ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialColorItem Class / HasContent Property

In This Topic
    HasContent Property (C1RadialColorItem)
    In This Topic
    Gets a value that indicates whether the C1RadialColorItem contains sub-items or any other content.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property HasContent As System.Boolean
    public override System.bool HasContent {get;}
    Remarks
    This property returns false for empty items, used as separators.
    See Also