Back to Devexpress

DefaultBarItemNames.ImageToolsFlipHorizontal Field

corelibraries-devexpress-dot-diagram-dot-core-dot-defaultbaritemnames-6e8df253.md

latest1.4 KB
Original Source

DefaultBarItemNames.ImageToolsFlipHorizontal Field

Returns “bImageToolsFlipHorizontal”. Corresponds to the Flip Horizontal item of the Rotate menu that is displayed in the Image Tools ribbon category.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public const string ImageToolsFlipHorizontal = "bImageToolsFlipHorizontal"
vb
Public Const ImageToolsFlipHorizontal As String = "bImageToolsFlipHorizontal"

Field Value

Type
String

Remarks

By default, the Rotate menu is placed in the Image Tools ribbon category that appears when an image item is selected.

See Also

DefaultBarItemNames Class

DefaultBarItemNames Members

DevExpress.Diagram.Core Namespace