alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RepeatStyle

    Indicates which type of background image is in format.

    Inheritance
    System.Object
    RepeatStyle
    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public sealed class RepeatStyle : Enum

    Fields

    NoRepeat

    Image does not repeat.

    Declaration
    public const RepeatStyle NoRepeat
    Field Value
    Type
    RepeatStyle

    Repeat

    Image repeats by X and by Y.

    Declaration
    public const RepeatStyle Repeat
    Field Value
    Type
    RepeatStyle

    RepeatX

    Image repeats by X.

    Declaration
    public const RepeatStyle RepeatX
    Field Value
    Type
    RepeatStyle

    RepeatY

    Image repeats by Y.

    Declaration
    public const RepeatStyle RepeatY
    Field Value
    Type
    RepeatStyle

    Unknown

    Unknown type.

    Declaration
    public const RepeatStyle Unknown
    Field Value
    Type
    RepeatStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved