Share via


ProgressBarTemplateSettings.EllipseOffset Property

Definition

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

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property double EllipseOffset { double get(); };
double EllipseOffset();
public double EllipseOffset { get; }
Public ReadOnly Property EllipseOffset As Double

Property Value

Double

double

Remarks

EllipseOffset might be 4, 7, or 9 pixels. This is controlled by the animations that exist in default ProgressBar templates.

Applies to