RichEditRibbonItemCollectionBuilder.InsertShapeOutlineWidthItem(Int32) Method
Inserts the Shape Outline Width item to the ribbon item collection at the specified position.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v26.1.dll
Declaration
public RibbonSelectBoxItemBuilder InsertShapeOutlineWidthItem(
int index
)
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The position to insert the item. |
Returns
| Type | Description |
|---|---|
| RibbonSelectBoxItemBuilder | An object that can be used to further configure the inserted item. |
See Also