Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / DrawFocusRectanglePriv Property


In This Topic
    DrawFocusRectanglePriv Property (ChartShape)
    In This Topic
    Internal use only. Draw focus rectangle.
    Syntax
    'Declaration
     
    
    Protected Overrides Property DrawFocusRectanglePriv As DrawFocusRectangle
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As DrawFocusRectangle
     
    instance.DrawFocusRectanglePriv = value
     
    value = instance.DrawFocusRectanglePriv
    protected override DrawFocusRectangle DrawFocusRectanglePriv {get; set;}
    See Also