Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Layout.AttributesContainer

The attributes container for the <layout> element.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class Layout.AttributesContainer : BaseAttributesContainer

Properties

Property

Description

DefaultHeightThe C# definition of the
 android:defaultHeight 
Android Manifest attribute.
DefaultWidthThe C# definition of the
 ndroid:defaultWidth 
Android Manifest attribute.
GravityThe C# definition of the
 android:gravity 
Android Manifest attribute.
MinHeightThe C# definition of the
 android:minHeight 
Android Manifest attribute.
MinWidthThe C# definition of the
 android:minWidth 
Android Manifest attribute.

Inheritance