Method CreateSpacerElement
CreateSpacerElement(SizeD, HVAlignment?)
Creates a spacer element with the specified size and alignment.
public static Graphics.DrawElementParams CreateSpacerElement(SizeD size, HVAlignment? alignment = null)
Parameters
sizeSizeDThe size of the spacer element, defined as a SizeD.
alignmentHVAlignment?The alignment of the spacer element, specified as a HVAlignment.
Returns
- Graphics.DrawElementParams
A Graphics.DrawElementParams object representing the spacer element with the specified size and alignment.