EditorOptionDefinition<T>.Default Property

Definition

Gets the default value of this option.

public:
 virtual property T Default { T get(); };
public:
 virtual property T Default { T get(); };
public virtual T Default { get; }
member this.Default : 'T
Public Overridable ReadOnly Property Default As T

Property Value

T

The default value of this option.

Applies to