SpaceNegotiatingAdornmentTag::Width Property

 

Gets the width of the adornment.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property double Width {
	[CompilerGeneratedAttribute]
	double get();
	[CompilerGeneratedAttribute]
	private: void set(double value);
}

Property Value

Type: System::Double

The width of the adornment.

Return to top
Show: