TabImageSpriteProperties.DisabledLeft Property
Gets or sets a disabled state image's horizontal offset within a sprite image, specified via a control's SpriteImageUrl property.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit DisabledLeft { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property DisabledLeft As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit structure that represents the image's horizontal offset. |
See Also
Feedback