View.AreaMode Property
Gets or sets a value specifying how the view area will be adjusted to fit the aspect ratio of the drawable.
Thread safety: This property is thread-safe.
Syntax
public ViewAreaMode AreaMode { get; set; }
Property Value
Type: ViewAreaMode
Default: Differs depending on type. See the table below.
Specifies how the view area will be adjusted to fit the aspect ratio of the drawable.
Default: Differs depending on type. See the table below.
Specifies how the view area will be adjusted to fit the aspect ratio of the drawable.
Default values
Class | Default value |
---|---|
GlobeView | Not used. |
View | AdjustToDrawable |
Platforms
Windows, Linux, Android