Gets or sets a object that indicates the top border.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic GraphInfo Top { get; set; }
Public Property Top As GraphInfo
Get
Set
public:
property GraphInfo^ Top {
GraphInfo^ get ();
void set (GraphInfo^ value);
}
member Top : GraphInfo with get, set
Property Value
Type:
GraphInfo
See Also