GraphicsQualityContainerSmoothingMode Property
Gets or sets a value that indicates whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public SmoothingMode SmoothingMode { get; set; }
Public Property SmoothingMode As SmoothingMode
Get
Set
Dim instance As GraphicsQualityContainer
Dim value As SmoothingMode
value = instance.SmoothingMode
instance.SmoothingMode = value
public:
property SmoothingMode SmoothingMode {
SmoothingMode get ();
void set (SmoothingMode value);
}
member SmoothingMode : SmoothingMode with get, set
No code example is currently available or this language may not be supported.
Property Value
SmoothingMode
A value that indicates whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.