Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Size Property (AnnFont)






Gets or sets the em-size of the new font for this AnnFont object.
Syntax
public virtual AnnLength Size {get; set;}
'Declaration
 
Public Overridable Property Size As AnnLength
'Usage
 
Dim instance As AnnFont
Dim value As AnnLength
 
instance.Size = value
 
value = instance.Size

            

            
public:
virtual property AnnLength Size {
   AnnLength get();
   void set (    AnnLength value);
}

Property Value

The em-size of the new font for this AnnFont object.
Example
For an example, refer to AnnFont.
Requirements

Target Platforms

See Also

Reference

AnnFont Class
AnnFont Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)