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






In This Topic
    ShowText Property (Gauge)
    In This Topic
    Gets or sets which values should be displayed as text in the gauge.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property ShowText As ShowText
    'Usage
     
    
    Dim instance As Gauge
    Dim value As ShowText
     
    instance.ShowText = value
     
    value = instance.ShowText
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual ShowText ShowText {get; set;}
    public read-write property ShowText: ShowText; virtual; 
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set ShowText : ShowText
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual ShowText get_ShowText();
    public: __property virtual void set_ShowText( 
       ShowText value
    );
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property ShowText ShowText {
       ShowText get();
       void set (    ShowText value);
    }
    See Also