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)

public:
property double FirstLineOffset {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The first line offset.

Return to top
Show: