FontPriv Property (TextShape)
In This Topic
Internal use only. Gets or sets the font.
Syntax
'Declaration
Protected Overrides Property FontPriv As Font
'Usage
Dim instance As TextShape
Dim value As Font
instance.FontPriv = value
value = instance.FontPriv
protected override Font FontPriv {get; set;}
See Also