ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecorator Class / IsRepeater Property

In This Topic
    IsRepeater Property
    In This Topic
    Returns true if the decorator behaves as a repeater of elements that might have collisions with other decorators.
    Syntax
    'Declaration
     
    Protected Property IsRepeater As System.Boolean
    protected System.bool IsRepeater {get; set;}
    See Also