Back to Devexpress

DefaultBarItemNames.ImageToolsStretchModeUniformToFill Field

corelibraries-devexpress-dot-diagram-dot-core-dot-defaultbaritemnames-098799c8.md

latest1.5 KB
Original Source

DefaultBarItemNames.ImageToolsStretchModeUniformToFill Field

Returns “bImageToolsStretchModeUniformToFill”. Corresponds to the Uniform to fill item of the Set Stretch Mode 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 ImageToolsStretchModeUniformToFill = "bImageToolsStretchModeUniformToFill"
vb
Public Const ImageToolsStretchModeUniformToFill As String = "bImageToolsStretchModeUniformToFill"

Field Value

Type
String

Remarks

By default, the Set Stretch Mode 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