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