[NotNullAttribute]
Style ContentStyle { get; set; }
<NotNullAttribute>
Property ContentStyle As Style
Get
Set
[NotNullAttribute]
property Style^ ContentStyle {
Style^ get ();
void set (Style^ value);
}
[<NotNullAttribute>]
abstract ContentStyle : Style with get, set