Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property UseLayoutRounding As System.Boolean |
| C# | |
|---|
public System.bool UseLayoutRounding {get; set;} |
Property Value
true if rendering and layout should use layout rounding to whole pixels; otherwise, false. The default is true.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also