Class ImageActiveXControl
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Represents the image control.
public class ImageActiveXControl : ActiveXControl
Inheritance
object ← ActiveXControlBase ← ActiveXControl ← ImageActiveXControl
Inherited Members
ActiveXControl.IsEnabled, ActiveXControl.IsLocked, ActiveXControl.IsTransparent, ActiveXControl.IsAutoSize, ActiveXControl.IMEMode, ActiveXControl.Font, ActiveXControl.TextAlign, ActiveXControl.Data, ActiveXControlBase.Workbook, ActiveXControlBase.Type, ActiveXControlBase.Width, ActiveXControlBase.Height, ActiveXControlBase.MouseIcon, ActiveXControlBase.MousePointer, ActiveXControlBase.ForeOleColor, ActiveXControlBase.BackOleColor, ActiveXControlBase.IsVisible, ActiveXControlBase.Shadow, ActiveXControlBase.LinkedCell, ActiveXControlBase.ListFillRange, ActiveXControlBase.Data, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
BorderOleColor
Gets and sets the ole color of the background.
public int BorderOleColor { get; set; }
Property Value
BorderStyle
Gets and set the type of border used by the control.
public ControlBorderType BorderStyle { get; set; }
Property Value
IsAutoSize
Indicates whether the control will automatically resize to display its entire contents.
public override bool IsAutoSize { get; set; }
Property Value
IsTiled
Indicates whether the picture is tiled across the background.
public bool IsTiled { get; set; }
Property Value
Picture
Gets and sets the data of the picture.
public byte[] Picture { get; set; }
Property Value
byte[]
PictureAlignment
Gets and sets the alignment of the picture inside the Form or Image.
public ControlPictureAlignmentType PictureAlignment { get; set; }
Property Value
PictureSizeMode
Gets and sets how to display the picture.
public ControlPictureSizeMode PictureSizeMode { get; set; }
Property Value
SpecialEffect
Gets and sets the special effect of the control.
public ControlSpecialEffectType SpecialEffect { get; set; }
Property Value
Type
Gets the type of the ActiveX control.
public override ControlType Type { get; }