ComponentOne FinancialChart for WinForms
C1.Chart Namespace / GridLength Class / IsStar Property

In This Topic
    IsStar Property (GridLength)
    In This Topic
    Returns true if this GridLength instance holds weighted propertion of available space.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("GridLength.IsStar", "Returns true if this GridLength instance holds weighted propertion of available space.")>
    Public ReadOnly Property IsStar As Boolean
    [C1Description("GridLength.IsStar", "Returns true if this GridLength instance holds weighted propertion of available space.")]
    public bool IsStar {get;}
    See Also