ProgressRingTemplateSettings.EllipseOffset Property

Definition

Gets the template-defined offset position of the "Ellipse" element that is animated in a templated ProgressRing.

public:
 property Thickness EllipseOffset { Thickness get(); };
Thickness EllipseOffset();
public Thickness EllipseOffset { get; }
var thickness = progressRingTemplateSettings.ellipseOffset;
Public ReadOnly Property EllipseOffset As Thickness

Property Value

The offset in pixels.

Remarks

EllipseOffset alternates between 4, 7, and 9 pixels. This is controlled by the animations that exist in default ProgressRing templates.

Applies to

See also