GoDiagram Web Reference
BottomRightMargin Property (GoComment)

Gets or sets the space between the bottom and right sides of the text label with the bottom and right sides of the background.
Syntax
'Declaration
 
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The margin around the text inside the background at the right side and the bottom")>
Public Overridable Property BottomRightMargin As SizeF
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The margin around the text inside the background at the right side and the bottom")]
public virtual SizeF BottomRightMargin {get; set;}
Remarks
If you change the background to be a different shape by overriding CreateBackground, you will probably want to set this margin and TopLeftMargin appropriately so that the text fits.
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

GoComment Class
GoComment Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback