'Declaration
Public Property Slope As PdfNumberFormatCollection
'Usage
Dim instance As PdfRectilinearMeasure Dim value As PdfNumberFormatCollection instance.Slope = value value = instance.Slope
public PdfNumberFormatCollection Slope {get; set;}
public: property PdfNumberFormatCollection^ Slope { PdfNumberFormatCollection^ get(); void set ( PdfNumberFormatCollection^ value); }