TemplateDefinition.Style 属性
定义
检索应当应用到模板的样式,该样式在 TemplateDefinition 构造函数中设置。Retrieves the style that should be applied to the template as set in the TemplateDefinition constructor. 此属性为只读。This property is read-only.
public:
property System::Web::UI::WebControls::Style ^ Style { System::Web::UI::WebControls::Style ^ get(); };
public System.Web.UI.WebControls.Style Style { get; }
member this.Style : System.Web.UI.WebControls.Style
Public ReadOnly Property Style As Style
属性值
注解
尽管 Style 属性是只读的,但 Style 可以设置的属性。Although the Style property is read-only, the properties of the Style can be set.