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
C# Copy Code |
---|
public Point ScaleRelativeCenter { get; set; } |
Visual Basic Copy Code |
---|
Public Property ScaleRelativeCenter As Point |
A .NET Point object.
ScaleRelativeCenter and ScaleRelativeRadius properties can be used to implement gauges such as quadratic and other non-centralized gauges.