ProgressRingTemplateSettings.EllipseOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.