Class PropertyManager
Inheritance
System.Object
PropertyManager
Namespace: Com.Telerik.Android.Common
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public abstract class PropertyManager : Object
Constructors
PropertyManager()
Declaration
public PropertyManager()
PropertyManager(IntPtr, JniHandleOwnership)
Declaration
protected PropertyManager(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
DefaultValue
Declaration
protected const int DefaultValue = 2
Field Value
System.Int32
|
LocalValue
Declaration
protected const int LocalValue = 0
Field Value
System.Int32
|
PaletteValue
Declaration
protected const int PaletteValue = 1
Field Value
System.Int32
|
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
|
UnsetValue
Declaration
protected static Object UnsetValue { get; }
Property Value
Java.Lang.Object
|
Methods
GetValue(Int32)
Declaration
public virtual Object GetValue(int propertyKey)
Parameters
System.Int32
propertyKey
|
Returns
Java.Lang.Object
|
IsLocalValueApplied(Int32)
Declaration
public virtual bool IsLocalValueApplied(int propertyKey)
Parameters
System.Int32
propertyKey
|
Returns
System.Boolean
|
IsPaletteValueApplied(Int32)
Declaration
public virtual bool IsPaletteValueApplied(int propertyKey)
Parameters
System.Int32
propertyKey
|
Returns
System.Boolean
|
RegisterProperty(Object, IDependencyPropertyChangedListener)
Declaration
protected static int RegisterProperty(Object defaultValue, IDependencyPropertyChangedListener changeListener)
Parameters
Java.Lang.Object
defaultValue
|
IDependencyPropertyChangedListener
changeListener
|
Returns
System.Int32
|
ResetPropertyValue(Int32)
Declaration
public virtual void ResetPropertyValue(int propertyKey)
Parameters
System.Int32
propertyKey
|
SetValue(Int32, Object)
Declaration
public virtual void SetValue(int propertyKey, Object value)
Parameters
System.Int32
propertyKey
|
Java.Lang.Object
value
|
SetValue(Int32, Int32, Object)
Declaration
public virtual void SetValue(int propertyKey, int valueTypeKey, Object value)
Parameters
System.Int32
propertyKey
|
System.Int32
valueTypeKey
|
Java.Lang.Object
value
|