Skip to main content
A newer version of this page is available. .
Tab

DateEditTimeSectionProperties.MinuteHandImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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