TdxNavBarViewInfo.DragDropGroupTargetGradient Method
Returns the gradient direction used to fill the drag & drop target group’s background.
Declaration
function DragDropGroupTargetGradient: TdxBarStyleGradientMode; virtual;
Returns
Type |
---|
TdxBarStyleGradientMode |
Remarks
This function is used to obtain the direction of the gradient that fills the drag & drop target group. This value is specified by the corresponding style. The style can be set via the OptionsStyle.DefaultStyles.DropTargetGroup default style or by assigning a custom style to the OptionsStyle.CustomStyles.DropTargetGroup property. Custom style settings are more priority. The DragDropGroupTargetGradient function returns the GradientMode property value of the style assigned.
See Also