[Category("Appearance")] [DefaultValue(0)] [Description("The one side or one of two opposite sides at which links may go to")] public virtual int ToSides {get; set;}
Property Value
The default value is GoObject.GoObject.NoSpot, indicating no restriction. The permitted values areNoSpot
or a bitwise combination of any number of these side spots: MiddleLeft
, MiddleRight
, MiddleTop
, MiddleBottom
.