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

Show in webframe

Font Property (AnnDrawable)






Gets or sets the AnnFont associated with this AnnDrawable object.
Syntax
public virtual AnnFont Font {get; set;}
'Declaration
 
Public Overridable Property Font As AnnFont
'Usage
 
Dim instance As AnnDrawable
Dim value As AnnFont
 
instance.Font = value
 
value = instance.Font

            

            
public:
virtual property AnnFont^ Font {
   AnnFont^ get();
   void set (    AnnFont^ value);
}

Property Value

The AnnFont associated with this AnnDrawable object.
Remarks

If this AnnDrawable does not support fonts (SupportsFont value is false), this property will always return null (Nothing in Visual Basic).

If this AnnDrawable does not support fonts (SupportsFont value is false), setting this property to any value will be ignored.

Example
For an example, refer to AnnDrawable.
Requirements

Target Platforms

See Also

Reference

AnnDrawable Class
AnnDrawable Members

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