Android.Resource.Attribute.ClipOrientation Field
The orientation for the clip.

Value: 16843274

Syntax

[Android.Runtime.Register("clipOrientation")]
public const int ClipOrientation

Remarks

The orientation for the clip.
ConstantValueDescription
horizontal1 Clip the drawable horizontally.
vertical2 Clip the drawable vertically.

Must be one or more (separated by '|') of the following constant values.

[Android Documentation]

Requirements

Namespace: Android
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1