PopOutImageProperties.SpriteProperties Property
Gets the settings defining the image position within a sprite image.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
PopOutImageSpriteProperties | A PopOutImageSpriteProperties object containing image position settings. |
Remarks
<dx:ASPxHtmlEditor ID="ASPxHtmlEditor1" runat="server">
<Images>
<ToolbarPopOut AlternateText="text">
<SpriteProperties CssClass="test_class1" DisabledLeft="190px"
DisabledTop="115px" Top="190px" Left="90px" />
</ToolbarPopOut>
</Images>
</dx:ASPxHtmlEditor>
Concept
See Also