Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetAlignment method

RadioButtonActiveXControl::SetAlignment method

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

void Aspose::Cells::Drawing::ActiveXControls::RadioButtonActiveXControl::SetAlignment(ControlCaptionAlignmentType value)

Examples

activeXControl.SetAlignment(ControlCaptionAlignmentType::Left);

See Also