 | SimpleValueEditorContextType Property |
Value type.
Namespace: Slash.Unity.Common.GUI.ValueEditorsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic Type Type { get; set; }
Public Property Type As Type
Get
Set
public:
virtual property Type^ Type {
Type^ get () sealed;
void set (Type^ value) sealed;
}
abstract Type : Type with get, set
override Type : Type with get, set
Property Value
Type:
TypeImplements
IValueEditorContextType
See Also