Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditingFocusIndicatorRenderer Class / Border Property


In This Topic
    Border Property (EditingFocusIndicatorRenderer)
    In This Topic
    Gets or sets the border.
    Syntax
    'Declaration
     
    
    Public Property Border As IBorder
    'Usage
     
    
    Dim instance As EditingFocusIndicatorRenderer
    Dim value As IBorder
     
    instance.Border = value
     
    value = instance.Border
    public IBorder Border {get; set;}

    Property Value

    Border
    See Also