Skip to main content
Tab

DateEditTimeSectionProperties.MinuteHandImage Property

Provides access to the settings that define a clock minute hand image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public ImageProperties MinuteHandImage { get; }

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

Remarks

Use the MinuteHandImage property to get an image settings of the clock minute hand. Hand visibility can be specified via the DateEditTimeSectionProperties.ShowMinuteHand property.

See Also