[System.Obsolete()] System.bool AutoMargins {get; set;}
read-write property AutoMargins: System.Boolean;
System.ObsoleteAttribute()
function get,set AutoMargins : System.boolean
[System.Obsolete()] __property System.bool get_AutoMargins(); __property void set_AutoMargins( System.bool value );
[System.Obsolete()] property System.bool AutoMargins { System.bool get(); void set ( System.bool value); }
'Declaration
<System.ObsoleteAttribute()> Property AutoMargins As System.Boolean
'Usage
Dim instance As ITextFrame Dim value As System.Boolean instance.AutoMargins = value value = instance.AutoMargins