Class PaletteEntry
Inheritance
System.Object
PaletteEntry
Namespace: Com.Telerik.Widget.Palettes
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class PaletteEntry : Object
Constructors
PaletteEntry()
Declaration
public PaletteEntry()
PaletteEntry(PaletteEntry)
PaletteEntry(Int32)
Declaration
public PaletteEntry(int fill)
Parameters
System.Int32
fill
|
PaletteEntry(Int32, Int32)
Declaration
public PaletteEntry(int fill, int stroke)
Parameters
System.Int32
fill
|
System.Int32
stroke
|
PaletteEntry(Int32, Int32, Int32)
Declaration
public PaletteEntry(int fill, int stroke, int additionalFill)
Parameters
System.Int32
fill
|
System.Int32
stroke
|
System.Int32
additionalFill
|
PaletteEntry(Int32, Int32, Int32, Int32)
Declaration
public PaletteEntry(int fill, int stroke, int additionalFill, int additionalStroke)
Parameters
System.Int32
fill
|
System.Int32
stroke
|
System.Int32
additionalFill
|
System.Int32
additionalStroke
|
PaletteEntry(Int32, Int32, Int32, Int32, Single)
Declaration
public PaletteEntry(int fill, int stroke, int additionalFill, int additionalStroke, float strokeWidth)
Parameters
System.Int32
fill
|
System.Int32
stroke
|
System.Int32
additionalFill
|
System.Int32
additionalStroke
|
System.Single
strokeWidth
|
PaletteEntry(IntPtr, JniHandleOwnership)
Declaration
protected PaletteEntry(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
AdditionalFill
Declaration
public virtual int AdditionalFill { get; set; }
Property Value
System.Int32
|
AdditionalStroke
Declaration
public virtual int AdditionalStroke { get; set; }
Property Value
System.Int32
|
Fill
Declaration
public virtual int Fill { get; set; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Stroke
Declaration
public virtual int Stroke { get; set; }
Property Value
System.Int32
|
StrokeWidth
Declaration
public virtual float StrokeWidth { get; set; }
Property Value
System.Single
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
Clone()
Declaration
protected override Object Clone()
Returns
Java.Lang.Object
|
CloneEntry()
GetCustomValue(String)
Declaration
public virtual string GetCustomValue(string keyName)
Parameters
System.String
keyName
|
Returns
System.String
|
GetCustomValue(String, Object)
Declaration
public virtual string GetCustomValue(string keyName, Object defaultValue)
Parameters
System.String
keyName
|
Java.Lang.Object
defaultValue
|
Returns
System.String
|
GetCustomValue(String, String)
Declaration
public virtual string GetCustomValue(string keyName, string defaultValue)
Parameters
System.String
keyName
|
System.String
defaultValue
|
Returns
System.String
|
SetCustomValue(String, Object)
Declaration
public virtual void SetCustomValue(string keyName, Object value)
Parameters
System.String
keyName
|
Java.Lang.Object
value
|
SetCustomValue(String, String)
Declaration
public virtual void SetCustomValue(string keyName, string value)
Parameters
System.String
keyName
|
System.String
value
|