Table of Contents
See Also
GraffitiRibbon
Inherits from GraffitiRibbonItem
Enumerations
Name | Values |
---|
This class exposes no enumerations.
Constants
Name | Type | Value |
---|
This class exposes no constants.
Events
Definition | Description |
---|
This class exposes no events.
Methods
Definition | Description |
---|---|
Constructor( control as RectControl, minimumWidth as Integer = -1 ) | Instantiates the object. If minimumWidth is -1, then the RectControl will use control s current Width as the MinWidth. |
Properties
Name | Type | Default Value | Description |
---|---|---|---|
Child | RectControl | Nil | The control contained within the GraffitiRibbonRectControl space. |
MinWidth | Integer | -1 | The minimum width of the space. If -1, then the Child s Width is used. |
Width | String | -1 | Specified Width of the space occupied by Child . Defaults to the width of the Child . Valid values: -1 , 100 , flex |
Examples
This class currently has no examples.
Notes
This class currently has no notes.