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






In This Topic
    ShrinkToFit Property
    In This Topic
    Gets or sets a value indicating whether allow text shrink to fit cell size.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Property ShrinkToFit As System.Boolean
    'Usage
     
    
    Dim instance As Style
    Dim value As System.Boolean
     
    instance.ShrinkToFit = value
     
    value = instance.ShrinkToFit
    [System.ComponentModel.DefaultValue(false)]
    public System.bool ShrinkToFit {get; set;}
    public read-write property ShrinkToFit: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set ShrinkToFit : System.boolean
    [System.ComponentModel.DefaultValue(false)]
    public: __property System.bool get_ShrinkToFit();
    public: __property void set_ShrinkToFit( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(false)]
    public:
    property System.bool ShrinkToFit {
       System.bool get();
       void set (    System.bool value);
    }
    See Also