Class CaptioningManager.CaptionStyle
- Namespace
- Android.View.Accessibility
- Assembly
- MASES.Netdroid.dll
public class CaptioningManager.CaptionStyle : JVMBridgeBase<CaptioningManager.CaptionStyle>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CaptioningManager.CaptionStyle
- Implements
- Extension Methods
Constructors
CaptionStyle(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CaptionStyle(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EDGE_TYPE_DEPRESSED
public static int EDGE_TYPE_DEPRESSED { get; set; }
Property Value
EDGE_TYPE_DROP_SHADOW
public static int EDGE_TYPE_DROP_SHADOW { get; set; }
Property Value
EDGE_TYPE_NONE
public static int EDGE_TYPE_NONE { get; set; }
Property Value
EDGE_TYPE_OUTLINE
public static int EDGE_TYPE_OUTLINE { get; set; }
Property Value
EDGE_TYPE_RAISED
public static int EDGE_TYPE_RAISED { get; set; }
Property Value
EDGE_TYPE_UNSPECIFIED
public static int EDGE_TYPE_UNSPECIFIED { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
backgroundColor
public int backgroundColor { get; set; }
Property Value
edgeColor
public int edgeColor { get; set; }
Property Value
edgeType
public int edgeType { get; set; }
Property Value
foregroundColor
public int foregroundColor { get; set; }
Property Value
windowColor
public int windowColor { get; set; }
Property Value
Methods
GetTypeface()
public Typeface GetTypeface()
Returns
HasBackgroundColor()
public bool HasBackgroundColor()
Returns
HasEdgeColor()
public bool HasEdgeColor()
Returns
HasEdgeType()
public bool HasEdgeType()
Returns
HasForegroundColor()
public bool HasForegroundColor()
Returns
HasWindowColor()
public bool HasWindowColor()