FlowLayout.ShouldBreakLine(Int32, Double) Method
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.
protected:
virtual bool ShouldBreakLine(int index, double remainingSpace) = ShouldBreakLine;
/// [Windows.Foundation.Metadata.Experimental]
bool ShouldBreakLine(int const& index, double const& remainingSpace);
[Windows.Foundation.Metadata.Experimental]
protected virtual bool ShouldBreakLine(int index, double remainingSpace);
Protected Overridable Function ShouldBreakLine (index As Integer, remainingSpace As Double) As Boolean
Parameters
- index
-
Int32
int
- remainingSpace
-
Double
double
Returns
Boolean
bool
- Attributes