RadioButtonActiveXControl.Alignment

RadioButtonActiveXControl.Alignment property

Gets and set the position of the Caption relative to the control.

public ControlCaptionAlignmentType Alignment { get; set; }

Examples

[C#]
activeXControl.Alignment = Aspose.Cells.Drawing.ActiveXControls.ControlCaptionAlignmentType.Left;

See Also