[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.PropertyBinding

Class PropertyBinding

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_PROPERTY_BINDING

public class PropertyBinding
Inheritance
PropertyBinding
Inherited Members

Fields

GetFunction

__function__stdcall* getFunction

public IntPtr GetFunction

Field Value

IntPtr

PropertyName

const wchar_t* propertyName

public string PropertyName

Field Value

string

SetFunction

__function__stdcall* setFunction

public IntPtr SetFunction

Field Value

IntPtr

Properties

TypeName

Gets the type of the property.

public string TypeName { get; }

Property Value

string

Methods

Get(Type, PropertyInfo)

Gets binding for the specified customEffectType and propertyInfo.

public static PropertyBinding Get(Type customEffectType, PropertyInfo propertyInfo)

Parameters

customEffectType Type
propertyInfo PropertyInfo

Returns

PropertyBinding