'Declaration
<DescriptionAttribute("Determines title font weight.")>
<CategoryAttribute("Title font")>
<ImGearFilterAttribute()>
Public Shadows Property FontWeight As FontWeight
'Usage
Dim instance As ImGearThumbnailCtl
Dim value As FontWeight
instance.FontWeight = value
value = instance.FontWeight
[DescriptionAttribute("Determines title font weight.")]
[CategoryAttribute("Title font")]
[ImGearFilterAttribute()]
public new FontWeight FontWeight {get; set;}
[DescriptionAttribute("Determines title font weight.")]
[CategoryAttribute("Title font")]
[ImGearFilterAttribute()]
public: __property new FontWeight get_FontWeight();
public: __property new void set_FontWeight(
FontWeight value
);
[DescriptionAttribute("Determines title font weight.")]
[CategoryAttribute("Title font")]
[ImGearFilterAttribute()]
public:
new property FontWeight FontWeight {
FontWeight get();
void set ( FontWeight value);
}