Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SeparatorBoxInfo Class / SeparatorSize Property


In This Topic
    SeparatorSize Property
    In This Topic
    Gets or sets the size of separator box.
    Syntax
    'Declaration
     
    
    Public Property SeparatorSize As Size
    'Usage
     
    
    Dim instance As SeparatorBoxInfo
    Dim value As Size
     
    instance.SeparatorSize = value
     
    value = instance.SeparatorSize
    public Size SeparatorSize {get; set;}

    Property Value

    A System.Drawing.Size indicates the size of the separator box.
    See Also