次の方法で共有


GreedyWrapPanel.MaxWrappingLevels Property

Definition

For Orientation=Horizontal, it is the maximum number of rows. For Orientation=Vertical, it is the maximum number of columns. If 1, this acts like a normal StackPanel. Value must be set to a value greater than zero.

public:
 property int MaxWrappingLevels { int get(); void set(int value); };
public:
 property int MaxWrappingLevels { int get(); void set(int value); };
public int MaxWrappingLevels { get; set; }
member this.MaxWrappingLevels : int with get, set
Public Property MaxWrappingLevels As Integer

Property Value

Returns Int32.

Applies to