Gets or sets the default style property of the field.
This string specifies the default values for style attributes which are not
overridden by other visual properties of the field.
Syntax
public string DefaultStyle {get; set;}
public: __property string* get_DefaultStyle();
public: __property void set_DefaultStyle(
string* value
);
'Declaration
Public Property DefaultStyle As String
'Usage
Dim instance As Field
Dim value As String
instance.DefaultStyle = value
value = instance.DefaultStyle
Property Value
The default style (DS) entry in the field's dictionary.
See Also