Class PropertyKeys
Inheritance
System.Object
PropertyKeys
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public static class PropertyKeys
Methods
GetNameByKey(Type, Int32)
Declaration
public static string GetNameByKey(Type type, int key)
Parameters
System.Type
type
|
System.Int32
key
|
Returns
System.String
|
GetPropertyFlags(Int32)
Declaration
public static ChartAreaInvalidateFlags GetPropertyFlags(int key)
Parameters
System.Int32
key
|
Returns
ChartAreaInvalidateFlags
|
Register(Type, String)
Declaration
public static int Register(Type type, string propertyName)
Parameters
System.Type
type
|
System.String
propertyName
|
Returns
System.Int32
|
Register(Type, String, ChartAreaInvalidateFlags)
Declaration
public static int Register(Type type, string propertyName, ChartAreaInvalidateFlags flags)
Parameters
System.Type
type
|
System.String
propertyName
|
ChartAreaInvalidateFlags
flags
|
Returns
System.Int32
|