Class SvgAspectRatio
Description of SvgAspectRatio.
Inheritance
SvgAspectRatio
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgPreserveAspectRatioConverter))]
public class SvgAspectRatio : ICloneable
Constructors
|
Improve this Doc
View Source
SvgAspectRatio()
Declaration
|
Improve this Doc
View Source
SvgAspectRatio(SvgPreserveAspectRatio)
Declaration
public SvgAspectRatio(SvgPreserveAspectRatio align)
Parameters
|
Improve this Doc
View Source
SvgAspectRatio(SvgPreserveAspectRatio, Boolean)
Declaration
public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice)
Parameters
|
Improve this Doc
View Source
SvgAspectRatio(SvgPreserveAspectRatio, Boolean, Boolean)
Declaration
public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice, bool defer)
Parameters
Properties
|
Improve this Doc
View Source
Align
Declaration
public SvgPreserveAspectRatio Align { get; set; }
Property Value
|
Improve this Doc
View Source
Defer
Declaration
public bool Defer { get; set; }
Property Value
|
Improve this Doc
View Source
Slice
Declaration
public bool Slice { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.Object.ToString()
Implements