RazorEngineHost.TabSize 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.
Tab size used by the hosting editor, when indenting with tabs.
public:
virtual property int TabSize { int get(); void set(int value); };
public virtual int TabSize { get; set; }
member this.TabSize : int with get, set
Public Overridable Property TabSize As Integer