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