ProgressBarTemplateSettings.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 ProgressBar.
public:
property double EllipseOffset { double get(); };
double EllipseOffset();
public double EllipseOffset { get; }
var double = progressBarTemplateSettings.ellipseOffset;
Public ReadOnly Property EllipseOffset As Double
Property Value
Double
double
The offset in pixels.
Remarks
EllipseOffset might be 4, 7, or 9 pixels. This is controlled by the animations that exist in default ProgressBar templates.