Class PageScaleWrapper
Inheritance
System.Object
PageScaleWrapper
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class PageScaleWrapper : Object
Constructors
PageScaleWrapper()
Declaration
public PageScaleWrapper()
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
HeightMeasureUnit
Declaration
public MeasureUnits HeightMeasureUnit { get; set; }
Property Value
PixelHeight
Declaration
public float PixelHeight { get; set; }
Property Value
PixelWidth
Declaration
public float PixelWidth { get; set; }
Property Value
WidthMeasureUnit
Declaration
public MeasureUnits WidthMeasureUnit { get; set; }
Property Value
Methods
DeSerialize(PageScale)
Declaration
public void DeSerialize(PageScale scale)
Parameters
Serialize(PageScale)
Declaration
public void Serialize(PageScale scale)
Parameters