Class AspectRatio
Describes scaling of a svg documents
Inheritance
System.Object
AspectRatio
Namespace: FastReport.Export.Svg
Assembly: FastReport.dll
Syntax
public class AspectRatio
Constructors
AspectRatio(Align)
Initializes a new instance of the AspectRatio class.
Declaration
public AspectRatio(Align align)
Parameters
| Type | Name | Description |
|---|---|---|
| Align | align |
AspectRatio(Align, MeetOrSlice)
Initializes a new instance of the AspectRatio class.
Declaration
public AspectRatio(Align align, MeetOrSlice meetOrSlice)
Parameters
| Type | Name | Description |
|---|---|---|
| Align | align | Align value |
| MeetOrSlice | meetOrSlice | meetOrSlice value |
Properties
Align
Gets the align value
Declaration
public Align Align { get; }
Property Value
| Type | Description |
|---|---|
| Align |
MeetOrSlice
Gets the meetOrSlice value
Declaration
public MeetOrSlice? MeetOrSlice { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<MeetOrSlice> |