API Reference
Class
ImageShapeStyle
Represents style information for positioned images.
Inheritance
- Object
- ImageShapeStyle
Constructors
public ImageShapeStyle() #Methods
public static ImageShapeStyle FromString(String styleString) #Returns:
ImageShapeStyleParses a semicolon delimited style string into an ImageShapeStyle instance.
Parameters
- styleString System.String
- The style string.
Returns
A populated ImageShapeStyle.
public override String ToString() #Returns:
StringSerializes the instance to a style string.
Returns
A semicolon delimited style string.
Inherited Methods
Properties
public String Position { get; set; } #Gets or sets the CSS position property.
public String MarginLeft { get; set; } #Gets or sets the left margin.
public String MarginTop { get; set; } #Gets or sets the top margin.
public String ZIndex { get; set; } #Gets or sets the Z-index value.
public String MsoPositionHorizontal { get; set; } #Gets or sets the horizontal position mode.
public String MsoPositionHorizontalRelative { get; set; } #Gets or sets the horizontal position relative to.
public String MsoPositionVertical { get; set; } #Gets or sets the vertical position mode.
public String MsoPositionVerticalRelative { get; set; } #Gets or sets the vertical position relative to.