Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextShape Class / FontPriv Property


In This Topic
    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