defaultAlignment property
Spot
get
defaultAlignment
Gets or sets the default alignment spot of this Panel, used as the alignment for an element when its GraphObject#alignment value is Spot.Default. The default value is Spot.Default, which is interpreted by the Panel in whatever manner seems reasonable, depending on the Panel type.
Implementation
_i3.Spot get defaultAlignment => _i4.getProperty(
this,
'defaultAlignment',
);
set
defaultAlignment
(Spot value)
Implementation
set defaultAlignment(_i3.Spot value) {
_i4.setProperty(
this,
'defaultAlignment',
value,
);
}