PathGradientBrush::FocusScales Property

 

Gets or sets the focus point for the gradient falloff.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property PointF FocusScales {
	PointF get();
	void set(PointF value);
}

Property Value

Type: System.Drawing::PointF

A PointF that represents the focus point for the gradient falloff.

.NET Framework
Available since 1.1
Return to top
Show: