Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeFilledShape Class
Members

In This Topic
    C1GaugeFilledShape Class
    In This Topic
    The base class for shapes that draw the border and fill the interior.
    Object Model
    C1GaugeFilledShape Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1GaugeFilledShape 
       Inherits C1GaugeBaseShape
    public abstract class C1GaugeFilledShape : C1GaugeBaseShape 
    Inheritance Hierarchy

    System.Object
       C1.Win.C1Gauge.C1GaugeBaseShape
          C1.Win.C1Gauge.C1GaugeFilledShape
             C1.Win.C1Gauge.C1GaugeEllipse
             C1.Win.C1Gauge.C1GaugeRectangle
             C1.Win.C1Gauge.C1GaugeSector
             C1.Win.C1Gauge.C1GaugeSegment

    See Also