'DeclarationReadOnly Property AutoMarginsDefined As System.Boolean
'UsageDim instance As ITextFrame Dim value As System.Boolean value = instance.AutoMarginsDefined
System.bool AutoMarginsDefined {get;}
read-only property AutoMarginsDefined: System.Boolean;
function get AutoMarginsDefined : System.boolean
__property System.bool get_AutoMarginsDefined();
property System.bool AutoMarginsDefined { System.bool get(); }