Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout.
Syntax
'Declaration
Public Property UseLayoutRounding As Boolean
public bool UseLayoutRounding {get; set;}
Property Value
true if layout rounding is applied; otherwise, false. The default is false.
See Also