Gets or sets the distance to offset the box (left or right) along the bearing. A positive MinorAxisOffset value moves the box to the right. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MinorAxisOffset() As Double |
[C#] |
---|
public double MinorAxisOffset {get; set;} |
[Managed C++] |
---|
public: __property double get_MinorAxisOffset(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinorAxisOffset( double * pVal ); public: HRESULT put_MinorAxisOffset( double MinorAxisOffset ); |
[Java] |
---|
public double getMinorAxisOffset(); public void setMinorAxisOffset( double ); |