Accusoft.TwainPro9.Net
Font Property




Gets and sets the font used to draw the Caption on the current still frame.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Sets the font used to draw the Caption on the current still frame.")>
Public Property Font As Font
'Usage
 
Dim instance As Caption
Dim value As Font
 
instance.Font = value
 
value = instance.Font
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Sets the font used to draw the Caption on the current still frame.")]
public Font Font {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Sets the font used to draw the Caption on the current still frame.")]
public: __property Font* get_Font();
public: __property void set_Font( 
   Font* value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Sets the font used to draw the Caption on the current still frame.")]
public:
property Font^ Font {
   Font^ get();
   void set (    Font^ value);
}

Property Value

The System.Drawing.Font value to get or set.
Remarks

The default value is 8 point MS Sans Serif.

See Also

Reference

Caption Class
Caption Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback