'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
[Category("Title font")]
[ImGearFilter()]
[Description("Determines title font style.")]
public new FontStyle FontStyle {get; set;}
[Category("Title font")]
[ImGearFilter()]
[Description("Determines title font style.")]
public: __property new FontStyle get_FontStyle();
public: __property new void set_FontStyle(
FontStyle value
);
[Category("Title font")]
[ImGearFilter()]
[Description("Determines title font style.")]
public:
new property FontStyle FontStyle {
FontStyle get();
void set ( FontStyle value);
}