'DeclarationPublic Property Y As PdfNumberFormatCollection
'UsageDim instance As PdfRectilinearMeasure Dim value As PdfNumberFormatCollection instance.Y = value value = instance.Y
public PdfNumberFormatCollection Y {get; set;}
public: property PdfNumberFormatCollection^ Y { PdfNumberFormatCollection^ get(); void set ( PdfNumberFormatCollection^ value); }