GoDiagram Web Reference
BrushFocusScales Property (GoListGroup)

Gets or sets the size of the focus area for path gradients, as normalized fractions of the size of the shape.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The fractional size of the focus area of a path gradient, each value from 0 to 1")>
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
Public Overridable Property BrushFocusScales As SizeF
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The fractional size of the focus area of a path gradient, each value from 0 to 1")]
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
public virtual SizeF BrushFocusScales {get; set;}

Property Value

A SizeF whose Width and Height values must be between 0 and 1.
Remarks
This property is not meaningful unless the BrushStyle is a path gradient. Changing the BrushStyle may also change the value of this property.
Requirements

Target Platforms: Windows 7, 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

Reference

GoListGroup Class
GoListGroup Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback