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 read-only property Face: Range;
public function get Face : Range
public: __property Range* get_Face();
public:
property Range^ Face {
Range^ get();
}
See Also