ITextViewMargin.MarginSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the size of the margin.
public:
property double MarginSize { double get(); };
public:
property double MarginSize { double get(); };
public double MarginSize { get; }
member this.MarginSize : double
Public ReadOnly Property MarginSize As Double
Property Value
The size of the margin.
Exceptions
The margin is disposed.
Remarks
For a horizontal margin this is the height of the margin, since the width will be determined by the ITextView. For a vertical margin this is the width of the margin, since the height will be determined by the ITextView.