Skip to main content
All docs
V25.2
  • ShapeStyle.OutlineThemeIndex Property

    Gets or sets the one-based index of a line style in the theme LineStyles collection.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public int OutlineThemeIndex { get; set; }

    Property Value

    Type Description
    Int32

    A one-based index of a line style from the ThemeFormatScheme.LineStyles collection that applies to the shape outline.

    See Also