MindFusion.Wpf Pack Programmer's Guide
OvalScale.ScaleRelativeCenter Property
See Also
 





Gets or sets the center of the scale relative to the scale bounds. A value of (0.5, 0.5) indicates the center of the bounds, a value of (0, 0) indicates the top-left corner. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public Point ScaleRelativeCenter { get; set; }

Visual Basic  Copy Code

Public Property ScaleRelativeCenter As Point

 Property Value

A .NET Point object.

 Remarks

ScaleRelativeCenter and ScaleRelativeRadius properties can be used to implement gauges such as quadratic and other non-centralized gauges.

 See Also

OvalScale Members
OvalScale Class
MindFusion.Gauges.Wpf Namespace
ScaleRelativeRadius Property