GoDiagram Win Reference
Dimensions Property

Gets or sets the drawn dimensions of the slider.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The drawn dimensions of the slider.")>
Public Overridable Property Dimensions As SizeF
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The drawn dimensions of the slider.")]
public virtual SizeF Dimensions {get; set;}
Remarks
Northwoods.Go.GoObject.Width and Northwoods.Go.GoObject.Height refer to the bounds of the IndicatorSlider, while Dimensions is used specifically in the drawing of the slider, which should not expand beyond those bounds. The Width corresponds to the dimension of the slider that runs perpendicular to the path of the IGraduatedScale. The Height corresponds to the dimension of the slider that runs parallel to the path of the IGraduatedScale.
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

IndicatorSlider Class
IndicatorSlider Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback