Click or drag to resize

AccessibilityModeAttribute Constructor

Constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public AccessibilityModeAttribute(
	AccessMode mode
)

Parameters

mode
Type: Couchbase.LiteAccessMode
The access mode of the property or method in question
See Also