GreedyWrapPanel.MaxWrappingLevels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.