The DefaultLayerPropertyEnum type specifies the
properties of the layer, whose default value can be changed by the
DefaultLayer
property. Any call of the
DefaultLayer
property has effect for any new layer added to the control's collection.
Changing the
DefaultLayer property does
not have any effect on existing layers. It does have effect on any new layer
added to the control. The DefaultLayerPropertyEnum
type supports the following values:
| | Name | Value | Description | |
| |
exDefLayerVisible | 0
|
Retrieves or sets a value indicating whether the layer is visible or hidden.
Specifies the default value of the Visible property.
| |
| |
exDefLayerSelectable | 1
|
Returns or sets a value that indicates whether the layer is selectable.
Specifies the default value of the Selectable
property.
| |
| |
exDefLayerLeft | 16
|
Specifies the expression relative to the view, to determine the x-position to show the current layer on the control.
Specifies the default value of the Left property.
| |
| |
exDefLayerTop | 17
|
Specifies the expression relative to the view, to determine the y-position to show the current layer on the control.
Specifies the default value of the Top property.
| |
| |
exDefLayerWidth | 18
|
Specifies the expression relative to the view, to determine the width to show the current layer on the control.
Specifies the default value of the Width property.
| |
| |
exDefLayerHeight | 19
|
Specifies the expression relative to the view, to determine the height to show the current layer on the control.
Specifies the default value of the Height property.
| |
| |
exDefLayerToolTip | 20
|
Gets or sets a value (HTML tooltip) that's displayed once the cursor hovers the layer.
Specifies the default value of the ToolTip property.
| |
| |
exDefLayerToolTipTitle | 21
|
Gets or sets a value (title) that's displayed once the cursor hovers the layer. Specifies the default value of the
ToolTipTitle property.
| |
| |
exDefLayerTransparency | 22
|
Gets or sets a value that indicates percent of the transparency to display the layer.
Specifies the default value of the Transparency
property.
| |
| |
exDefLayerGrayscale | 23
|
Returns or sets a value that indicates whether the layer is show as grayscale.
Specifies the default value of the Grayscale property.
| |
| |
exDefLayerUserData | 24
|
Indicates any extra data associated with the layer. Specifies the default value of the
UserData property.
| |
| |
exDefLayerBrightness | 128
|
Specifies the percent of brightness to apply to the layer ( on all channels ).
Specifies the default value of the Brightness(exAllChannels)
property.
| |
| |
exDefLayerBrightnessRed | 129
|
Specifies the percent of brightness to apply to the layer ( on red channel ).
Specifies the default value of the Brightness(exRedChannel)
property.
| |
| |
exDefLayerBrightnessGreen | 130
|
Specifies the percent of brightness to apply to the layer ( on green channel ).
Specifies the default value of the Brightness(exGreenChannel)
property.
| |
| |
exDefLayerBrightnessBlue | 131
|
Specifies the percent of brightness to apply to the layer ( on blue channel ).
Specifies the default value of the Brightness(exBlueChannel)
property.
| |
| |
exDefLayerContrast | 144
|
Specifies the percent of contrast to apply to the layer ( on all channels ).
Specifies the default value of the Contrast(exAllChannels)
property.
| |
| |
exDefLayerContrastRed | 145
|
Specifies the percent of contrast to apply to the layer ( on red channel ).
Specifies the default value of the Contrast(exRedChannel)
property.
| |
| |
exDefLayerContrastGreen | 146
|
Specifies the percent of contrast to apply to the layer ( on green channel ).
Specifies the default value of the Contrast(exGreenChannel)
property.
| |
| |
exDefLayerContrastBlue | 147
|
Specifies the percent of contrast to apply to the layer ( on blue channel ).
Specifies the default value of the Contrast(exBlueChannel)
property.
| |
| |
exDefLayerOffsetX | 160
|
Gets or sets a value that indicates x-offset of the layer.
Specifies the default value of the OffsetX
property.
| |
| |
exDefLayerOffsetY | 161
|
Gets or sets a value that indicates x-offset of the layer.
Specifies the default value of the OffsetX
property.
| |
| |
exDefLayerDefaultOffsetX | 162
|
Gets or sets a value that indicates the default x-offset of the layer.
Specifies the default value of the DefaultOffsetX
property.
| |
| |
exDefLayerDefaultOffsetY | 163
|
Gets or sets a value that indicates the default y-offset of the layer.
Specifies the default value of the DefaultOffsetY
property.
| |
| |
exDefLayerOffsetXValid | 164
|
Validates the x-offset value of the layer.
Specifies the default value of the OffsetXValid
property.
| |
| |
exDefLayerOffsetYValid | 165
|
Validates the y-offset value of the layer.
Specifies the default value of the OffsetYValid
property.
| |
| |
exDefLayerValueToOffsetX | 166
|
Specifies the expression to convert the value to x-offset. Specifies the default value of the
ValueToOffsetX property.
| |
| |
exDefLayerValueToOffsetY | 167
|
Specifies the expression to convert the value to y-offset.
Specifies the default value of the ValueToOffsetY
property.
| |
| |
exDefLayerOffsetToValue | 168
|
Specifies the expression to convert the offsetx,offsety to value.
Specifies the default value of the OffsetToValue
property.
| |
| |
exDefLayerRotateAngle | 176
|
Specifies the angle to rotate the layer.
Specifies the default value of the RotateAngle
property.
| |
| |
exDefLayerDefaultRotateAngle | 177
|
Specifies the default angle to rotate the layer.
Specifies the default value of the DefaultRotateAngle
property.
| |
| |
exDefLayerRotateAngleValid | 178
|
Validates the rotation angle of the layer. Specifies the default value of the RotateAngleValid
property.
| |
| |
exDefLayerRotateCenterLayer | 179
|
Indicates the index of the layer the rotation is around. If -1, the rotation is relative to the current layer.
Specifies the default value of the RotateCenterLayer
property.
| |
| |
exDefLayerRotateCenterX | 180
|
Indicates the expression that determines the x-origin of the rotation point relative to the
RotateCenterLayer layer. Specifies the default value of the
RotateCenterX
property.
| |
| |
exDefLayerRotateCenterY | 181
|
Indicates the expression that determines the y-origin of the rotation point relative to the
RotateCenterLayer layer.
Specifies the default value of the RotateCenterY
property.
| |
| |
exDefLayerValueToRotateAngle | 182
|
Specifies the expression to convert the value to rotating angle Specifies the default value of the
ValueToRotateAngle
property.
| |
| |
exDefLayerRotateAngleToValue | 183
|
Specifies the expression to convert the rotating angle to value. Specifies the default value of the
RotateAngleToValue
property.
| |
| |
exDefLayerRotateClip | 184
|
Specifies whether the layer's clipping region is rotated once the layer is rotated.
Specifies the default value of the RotateClip
property.
| |
| |
exDefLayerRotateType | 185
|
Returns or sets a value that indicates whether the layer's rotation is performed fast, by shearing ( high quality rotation ),
...
Specifies the default value of the RotateType
property.
| |
| |
exDefLayerShowHandCursor | 192
|
Returns or sets a value that indicates whether the hand cursor is shown when it hovers a visible / selectable / dragable layer.
Specifies the default value of the ShowHandCursor
property.
| |