OutliningMarginBracketControl.FirstLineOffset Property
Gets or sets the first line offset.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
‘선언
Public Property FirstLineOffset As Double
public double FirstLineOffset { get; set; }
public:
property double FirstLineOffset {
double get ();
void set (double value);
}
member FirstLineOffset : float with get, set
function get FirstLineOffset () : double
function set FirstLineOffset (value : double)
Property Value
Type: System.Double
The first line offset.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.