Class MessageDispatchMode
Inheritance
System.Object
MessageDispatchMode
Namespace: Com.Telerik.Widget.Chart.Engine.ElementTree
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class MessageDispatchMode : Enum
Properties
Bubble
BubbleAndTunnel
Declaration
public static MessageDispatchMode BubbleAndTunnel { get; }
Property Value
MessageDispatchMode
|
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
|
Tunnel
Methods
ValueOf(String)
Declaration
public static MessageDispatchMode ValueOf(string name)
Parameters
System.String
name
|
Returns
MessageDispatchMode
|