Class VerticalAlignment
Inheritance
System.Object
VerticalAlignment
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class VerticalAlignment : Enum
Properties
Bottom
Center
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
|
Top
Methods
ValueOf(String)
Declaration
public static VerticalAlignment ValueOf(string name)
Parameters
System.String
name
|
Returns
VerticalAlignment
|