ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gauge Class / Face Property






In This Topic
    Face Property
    In This Topic
    Gets the Range used to represent the gauge's overall geometry and appearance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Face As Range
    'Usage
     
    
    Dim instance As Gauge
    Dim value As Range
     
    value = instance.Face
    public Range Face {get;}
    public read-only property Face: Range; 
    public function get Face : Range
    public: __property Range* get_Face();
    public:
    property Range^ Face {
       Range^ get();
    }
    See Also