VirtualizingStackPanel.Orientation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值描述堆叠内容的水平或垂直方向。
public:
property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); void set(System::Windows::Controls::Orientation value); };
public System.Windows.Controls.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Controls.Orientation with get, set
Public Property Orientation As Orientation
属性值
子内容的 Orientation。 默认值为 Vertical。
注解
依赖项属性信息
标识符字段 | OrientationProperty |
元数据属性设置为 true |
AffectsMeasure |