React Diagram - pageSize
Selector: PageSize
Type:
The units property specifies the page's measurement units.
App.js
- class App extends React.Component {
- // ...
- render() {
- return (
- <Diagram id="diagram" ref={this.diagramRef} units="cm">
- <PageSize width={10} height={10} />
- </Diagram>
- );
- }
- }
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.