eDriven Framework API
CreateProperty<(Of <(<'T>)>)> Method (id, type)
NamespaceseDriven.Gui.StylesNameValueBaseCreateProperty<(Of <<'(T>)>>)(String, Type)
eDriven Framework API
Creates a new style property, taking care of setting up the appropriate type switch
Declaration Syntax
C#Visual BasicVisual C++
public static NameValueBase CreateProperty<T>(
	string id,
	Type type
)
where T : new(), NameValueBase
Public Shared Function CreateProperty(Of T As {New, NameValueBase}) ( _
	id As String, _
	type As Type _
) As NameValueBase
public:
generic<typename T>
where T : gcnew(), NameValueBase
static NameValueBase^ CreateProperty(
	String^ id, 
	Type^ type
)
Generic Template Parameters
T
Parameters
id (String)
type (Type)
Return Value

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)