ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / IsRepeater Property

In This Topic
    IsRepeater Property (C1GaugeDecorator)
    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 Boolean
    protected bool IsRepeater {get; set;}
    See Also