Leadtools.Annotations Namespace > AnnDrawable Class : Font Property |
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
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.