Accusoft.ThumbnailXpress6.Net
Font Property




Gets and sets the thumbnail descriptor font.
Syntax
'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;
}

Property Value

The System.Drawing.Font value.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback