Class BrushFactory
Inheritance
System.Object
BrushFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Gauges
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BrushFactory : IBrushFactory
Constructors
BrushFactory()
Declaration
public BrushFactory()
Methods
CreateBrush(GaugeVisualElement, GaugeBrushType)
Declaration
public Brush CreateBrush(GaugeVisualElement owner, GaugeBrushType type)
Parameters
GaugeVisualElement
owner
|
GaugeBrushType
type
|
Returns
System.Drawing.Brush
|
Implements
CreateGradientBrush(RadialGaugeArc)
Declaration
public Brush CreateGradientBrush(RadialGaugeArc owner)
Parameters
RadialGaugeArc
owner
|
Returns
System.Drawing.Brush
|
CreateRainbow2Brush(RadialGaugeArc)
Declaration
public Brush CreateRainbow2Brush(RadialGaugeArc owner)
Parameters
RadialGaugeArc
owner
|
Returns
System.Drawing.Brush
|
CreateRainbow3Brush(RadialGaugeArc)
Declaration
public Brush CreateRainbow3Brush(RadialGaugeArc owner)
Parameters
RadialGaugeArc
owner
|
Returns
System.Drawing.Brush
|
CreateRainbowBrush(RadialGaugeArc)
Declaration
public Brush CreateRainbowBrush(RadialGaugeArc owner)
Parameters
RadialGaugeArc
owner
|
Returns
System.Drawing.Brush
|