Table of Contents

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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EDGE_TYPE_DEPRESSED

public static int EDGE_TYPE_DEPRESSED { get; set; }

Property Value

int

EDGE_TYPE_DROP_SHADOW

public static int EDGE_TYPE_DROP_SHADOW { get; set; }

Property Value

int

EDGE_TYPE_NONE

public static int EDGE_TYPE_NONE { get; set; }

Property Value

int

EDGE_TYPE_OUTLINE

public static int EDGE_TYPE_OUTLINE { get; set; }

Property Value

int

EDGE_TYPE_RAISED

public static int EDGE_TYPE_RAISED { get; set; }

Property Value

int

EDGE_TYPE_UNSPECIFIED

public static int EDGE_TYPE_UNSPECIFIED { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

backgroundColor

public int backgroundColor { get; set; }

Property Value

int

edgeColor

public int edgeColor { get; set; }

Property Value

int

edgeType

public int edgeType { get; set; }

Property Value

int

foregroundColor

public int foregroundColor { get; set; }

Property Value

int

windowColor

public int windowColor { get; set; }

Property Value

int

Methods

GetTypeface()

public Typeface GetTypeface()

Returns

Typeface

Typeface

HasBackgroundColor()

public bool HasBackgroundColor()

Returns

bool

bool

HasEdgeColor()

public bool HasEdgeColor()

Returns

bool

bool

HasEdgeType()

public bool HasEdgeType()

Returns

bool

bool

HasForegroundColor()

public bool HasForegroundColor()

Returns

bool

bool

HasWindowColor()

public bool HasWindowColor()

Returns

bool

bool