Gets or sets a value that indicates whether or not to remove the default margin when setting the
EdgeMargin property to an empty margin.
public virtual bool UseGenericTypographic {get; set;}
'Declaration
Public Overridable Property UseGenericTypographic As Boolean
'Usage
Dim instance As AnnGroupObject
Dim value As Boolean
instance.UseGenericTypographic = value
value = instance.UseGenericTypographic
public:
virtual property bool UseGenericTypographic {
bool get();
void set ( bool value);
}
Property Value
true to remove the default margin when setting the
EdgeMargin property to an empty margin,
false to keep it.