GoDiagram Web Reference
ShowsNegativeCoordinates Property (GoView)

Controls whether any parts of the document at negative coordinates can be seen or scrolled to by the user, when the SheetStyle is None.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Whether any parts of the document at negative coordinates can be seen or scrolled to.")>
<CategoryAttribute("Appearance")>
Public Overridable Property ShowsNegativeCoordinates As Boolean
[DefaultValueAttribute()]
[DescriptionAttribute("Whether any parts of the document at negative coordinates can be seen or scrolled to.")]
[CategoryAttribute("Appearance")]
public virtual bool ShowsNegativeCoordinates {get; set;}

Property Value

If this value is true, the user will be able to scroll to negative coordinate positions in the document. If this value is false, the user cannot see objects located at negative coordinates. The default value is true.
Remarks

When this value is false, it limits the values of the DocumentSize and DocumentTopLeft properties. However, when the SheetStyle is not GoViewSheetStyle.None, and there is a Sheet, the view ignores this property.

For GoPalette the default value is false.

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

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback