Accusoft.NotateXpress13.Net
TextFont Property (RulerTool)




Gets and sets the font of the length text used with the ruler annotation.
Syntax
'Declaration
 
Public Property TextFont As Font
'Usage
 
Dim instance As RulerTool
Dim value As Font
 
instance.TextFont = value
 
value = instance.TextFont
public Font TextFont {get; set;}
public: __property Font* get_TextFont();
public: __property void set_TextFont( 
   Font* value
);
public:
property Font^ TextFont {
   Font^ get();
   void set (    Font^ value);
}

Property Value

The System.Drawing.Font for the length text used with the ruler annotation.
See Also

Reference

RulerTool Class
RulerTool Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback