Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListBoxLength Structure / Value Property


In This Topic
    Value Property (ListBoxLength)
    In This Topic
    Gets the absolute value of the ListBoxLength in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Double
    'Usage
     
    Dim instance As ListBoxLength
    Dim value As Double
     
    value = instance.Value
    public double Value {get;}

    Property Value

    The absolute value of the ListBoxLength in pixels.
    Remarks
    The Value property is meaningful only if the ListBoxLength has an absolute pixel value.
    See Also