Class PropertyKeys
Inheritance
System.Object
PropertyKeys
Namespace: Com.Telerik.Widget.Chart.Engine.PropertyStore
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class PropertyKeys : Object
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
GetNameByKey(IType, Int32)
Declaration
public static string GetNameByKey(IType type, int key)
Parameters
Java.Lang.Reflect.IType
type
|
System.Int32
key
|
Returns
System.String
|
GetPropertyFlags(Int32)
Declaration
public static int GetPropertyFlags(int key)
Parameters
System.Int32
key
|
Returns
System.Int32
|
Register(IType, String)
Declaration
public static int Register(IType type, string propertyName)
Parameters
Java.Lang.Reflect.IType
type
|
System.String
propertyName
|
Returns
System.Int32
|
Register(IType, String, Int32)
Declaration
public static int Register(IType type, string propertyName, int flags)
Parameters
Java.Lang.Reflect.IType
type
|
System.String
propertyName
|
System.Int32
flags
|
Returns
System.Int32
|