ScalingContainer QML Type
Scales its contents while preserving the aspect ratio. More...
Import Statement: | import QuickGraphLib |
Inherits: |
Properties
- contentChildren : alias
- contentHeight : alias
- contentWidth : alias
Detailed Description
This container applies a scaling factor to its content item that preserves its aspect ratio.
See also Scaled graph.
Property Documentation
contentChildren : alias |
The children of the content item.
contentHeight : alias |
The height of the content item.
contentWidth : alias |
The width of the content item.