DateEditTimeSectionProperties.MinuteHandImage Property
Provides access to the settings that define a clock minute hand image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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