[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Properties.GetEnumValueByName

GetEnumValueByName Method

GetEnumValueByName<T>(string)

Gets the value of the specified property by name.

Declaration
public T GetEnumValueByName<T>(string name) where T : struct
Parameters
Type Name Description
string name

The name of the property.

Returns
Type Description
T

The value of the specified property by name.

Type Parameters
Name Description
T