Version

SmallGearFill Property (GearsBusyAnimation)

Gets or sets the Brush used to fill the small gear 'glyph' when an instance of a Infragistics.Controls.Interactions.Primitives.GearsBusyAnimationPresenter is created to render a GearsBusyAnimation.
Syntax
'Declaration
 
Public Property SmallGearFill As Brush
public Brush SmallGearFill {get; set;}
Remarks
The value of this property is only used to initialize the Infragistics.Controls.Interactions.Primitives.GearsBusyAnimationPresenter.SmallGearFill property of a Infragistics.Controls.Interactions.Primitives.GearsBusyAnimationPresenter when it is initially created. Changing the value of this property after a Infragistics.Controls.Interactions.Primitives.GearsBusyAnimationPresenter instance has been created will have no effect on that instance.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also