public FontWeight LimitationFontWeight { get; set; }
Public Property LimitationFontWeight As FontWeight
Get
Set
public:
property FontWeight^ LimitationFontWeight {
FontWeight^ get ();
void set (FontWeight^ value);
}
member LimitationFontWeight : FontWeight with get, set