'Declaration
<BrowsableAttribute(True)>
<DescriptionAttribute("Indicates the control's descriptor font.")>
<CategoryAttribute("ThumbnailXpress")>
Public Overrides Property Font As Font
'Usage
Dim instance As ThumbnailXpress
Dim value As Font
instance.Font = value
value = instance.Font
[Browsable(true)]
[Description("Indicates the control's descriptor font.")]
[Category("ThumbnailXpress")]
public override Font Font {get; set;}
[Browsable(true)]
[Description("Indicates the control's descriptor font.")]
[Category("ThumbnailXpress")]
public: __property Font* get_Font() override;
public: __property void set_Font(
Font* value
) override;
[Browsable(true)]
[Description("Indicates the control's descriptor font.")]
[Category("ThumbnailXpress")]
public:
property Font^ Font {
Font^ get() override;
void set ( Font^ value) override;
}