Class ImageSizeArgument
Class used for ImageSize argument.
Implements
System.ICloneable
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.TemplateMarkers
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[TemplateMarker]
public class ImageSizeArgument : MarkerArgument, ICloneable
Constructors
ImageSizeArgument()
Initializes a new instance of the ImageSizeArgument class.
Declaration
public ImageSizeArgument()
Properties
Height
Returns the customized height of an image
Declaration
public int Height { get; }
Property Value
Type |
---|
System.Int32 |
IsApplyable
Indicates whether marker should be applied for each marker value. Read-only.
Declaration
public override bool IsApplyable { get; }
Property Value
Type |
---|
System.Boolean |
Overrides
Priority
Returns priority of the argument. Read-only.
Declaration
public override int Priority { get; }
Property Value
Type |
---|
System.Int32 |
Overrides
Width
Returns the customized width of an image
Declaration
public int Width { get; }
Property Value
Type |
---|
System.Int32 |
Methods
TryParse(String)
Tries to parse argument string.
Declaration
public override MarkerArgument TryParse(string strArgument)
Parameters
Type | Name | Description |
---|---|---|
System.String | strArgument | Argument to parse. |
Returns
Type | Description |
---|---|
MarkerArgument | Parsed argument if possible; null otherwise. |
Overrides
Implements
System.ICloneable