Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / FontPriv Property


In This Topic
    FontPriv Property (ElementControl)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property FontPriv As Font
    'Usage
     
    
    Dim instance As ElementControl
    Dim value As Font
     
    instance.FontPriv = value
     
    value = instance.FontPriv
    protected virtual Font FontPriv {get; set;}
    See Also