GridLength.Auto 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 GridLength 实例,它包含大小由内容对象的大小属性确定的值。
public:
static property System::Windows::GridLength Auto { System::Windows::GridLength get(); };
public static System.Windows.GridLength Auto { get; }
static member Auto : System.Windows.GridLength
Public Shared ReadOnly Property Auto As GridLength
属性值
一个 GridLength 实例,其 GridUnitType 属性设置为 Auto。