constants DefaultLayerPropertyEnum
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:

NameValueDescription
exDefLayerVisible0 Retrieves or sets a value indicating whether the layer is visible or hidden. Specifies the default value of the Visible property. 
exDefLayerSelectable1 Returns or sets a value that indicates whether the layer is selectable. Specifies the default value of the Selectable property.
exDefLayerLeft16 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.
exDefLayerTop17 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.
exDefLayerWidth18 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.
exDefLayerHeight19 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.
exDefLayerToolTip20 Gets or sets a value (HTML tooltip) that's displayed once the cursor hovers the layer. Specifies the default value of the ToolTip property.
exDefLayerToolTipTitle21 Gets or sets a value (title) that's displayed once the cursor hovers the layer. Specifies the default value of the ToolTipTitle property.
exDefLayerTransparency22 Gets or sets a value that indicates percent of the transparency to display the layer. Specifies the default value of the Transparency property.
exDefLayerGrayscale23 Returns or sets a value that indicates whether the layer is show as grayscale. Specifies the default value of the Grayscale property.
exDefLayerUserData24 Indicates any extra data associated with the layer. Specifies the default value of the UserData property.
exDefLayerBrightness128 Specifies the percent of brightness to apply to the layer ( on all channels ). Specifies the default value of the Brightness(exAllChannels) property.
exDefLayerBrightnessRed129 Specifies the percent of brightness to apply to the layer ( on red channel ). Specifies the default value of the Brightness(exRedChannel) property.
exDefLayerBrightnessGreen130 Specifies the percent of brightness to apply to the layer ( on green channel ). Specifies the default value of the Brightness(exGreenChannel) property.
exDefLayerBrightnessBlue131 Specifies the percent of brightness to apply to the layer ( on blue channel ). Specifies the default value of the Brightness(exBlueChannel) property.
exDefLayerContrast144 Specifies the percent of contrast to apply to the layer ( on all channels ). Specifies the default value of the Contrast(exAllChannels) property.
exDefLayerContrastRed145 Specifies the percent of contrast to apply to the layer ( on red channel ). Specifies the default value of the Contrast(exRedChannel) property.
exDefLayerContrastGreen146 Specifies the percent of contrast to apply to the layer ( on green channel ). Specifies the default value of the Contrast(exGreenChannel) property.
exDefLayerContrastBlue147 Specifies the percent of contrast to apply to the layer ( on blue channel ). Specifies the default value of the Contrast(exBlueChannel) property.
exDefLayerOffsetX160 Gets or sets a value that indicates x-offset of the layer. Specifies the default value of the OffsetX property.
exDefLayerOffsetY161 Gets or sets a value that indicates x-offset of the layer. Specifies the default value of the OffsetX property.
exDefLayerDefaultOffsetX162 Gets or sets a value that indicates the default x-offset of the layer. Specifies the default value of the DefaultOffsetX property.
exDefLayerDefaultOffsetY163 Gets or sets a value that indicates the default y-offset of the layer. Specifies the default value of the DefaultOffsetY property.
exDefLayerOffsetXValid164 Validates the x-offset value of the layer. Specifies the default value of the OffsetXValid property.
exDefLayerOffsetYValid165 Validates the y-offset value of the layer. Specifies the default value of the OffsetYValid property.
exDefLayerValueToOffsetX166 Specifies the expression to convert the value to x-offset. Specifies the default value of the ValueToOffsetX property.
exDefLayerValueToOffsetY167 Specifies the expression to convert the value to y-offset. Specifies the default value of the ValueToOffsetY property.
exDefLayerOffsetToValue168 Specifies the expression to convert the offsetx,offsety to value. Specifies the default value of the OffsetToValue property.
exDefLayerRotateAngle176 Specifies the angle to rotate the layer. Specifies the default value of the RotateAngle property.
exDefLayerDefaultRotateAngle177 Specifies the default angle to rotate the layer. Specifies the default value of the DefaultRotateAngle property. 
exDefLayerRotateAngleValid178 Validates the rotation angle of the layer. Specifies the default value of the RotateAngleValid property. 
exDefLayerRotateCenterLayer179 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.
exDefLayerRotateCenterX180 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. 
exDefLayerRotateCenterY181 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.
exDefLayerValueToRotateAngle182 Specifies the expression to convert the value to rotating angle Specifies the default value of the ValueToRotateAngle property. 
exDefLayerRotateAngleToValue183 Specifies the expression to convert the rotating angle to value. Specifies the default value of the RotateAngleToValue property. 
exDefLayerRotateClip184 Specifies whether the layer's clipping region is rotated once the layer is rotated. Specifies the default value of the RotateClip property.
exDefLayerRotateType185 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.
exDefLayerShowHandCursor192 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.