ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Font Class / Subscript Property






In This Topic
    Subscript Property
    In This Topic
    Gets or sets a value indicating whether to make the text subscript.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property Subscript As System.Boolean
    'Usage
     
    
    Dim instance As Font
    Dim value As System.Boolean
     
    instance.Subscript = value
     
    value = instance.Subscript
    [System.ComponentModel.DefaultValue(false)]
    public System.bool Subscript {get; set;}
    public read-write property Subscript: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set Subscript : System.boolean
    [System.ComponentModel.DefaultValue(false)]
    public: __property System.bool get_Subscript();
    public: __property void set_Subscript( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(false)]
    public:
    property System.bool Subscript {
       System.bool get();
       void set (    System.bool value);
    }
    See Also