ThicknessHelper.FromUniformLength(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.
Creates a new Thickness value using a uniform value for all the element values. C# and Microsoft Visual Basic code should use the Thickness(Double) constructor instead.
public:
static Thickness FromUniformLength(double uniformLength);
static Thickness FromUniformLength(double const& uniformLength);
public static Thickness FromUniformLength(double uniformLength);
function fromUniformLength(uniformLength)
Public Shared Function FromUniformLength (uniformLength As Double) As Thickness
Parameters
Returns
The created Thickness.