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


In This Topic
    IsStar Property
    In This Topic
    Gets a value that indicates whether UnitType property is set to ListBoxLengthUnitType.Star, which means space is distributed by weighted proportion.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsStar As Boolean
    'Usage
     
    Dim instance As ListBoxLength
    Dim value As Boolean
     
    value = instance.IsStar
    public bool IsStar {get;}

    Property Value

    true if the UnitType property is set to ListBoxLengthUnitType.Star; otherwise false.
    Remarks
    The star sizing mode is used to distribute available space by weighted proportions. In Extensible Application Markup Language (XAML), star values are expressed as * or 2*. In the first case, the column would receive one times the available space; in the second case, the column would receive two times the available space, and so on.
    See Also