alexa

    Show / Hide Table of Contents

    Enum RepeatStyle

    Indicates which type of background image is in format.

    Namespace: Syncfusion.Windows.Forms.HTMLUI
    Assembly: Syncfusion.HTMLUI.Windows.dll
    Syntax
    public enum RepeatStyle

    Fields

    Name Description
    NoRepeat

    Image does not repeat.

    Repeat

    Image repeats by X and by Y.

    RepeatX

    Image repeats by X.

    RepeatY

    Image repeats by Y.

    Unknown

    Unknown type.

    Back to top Generated by DocFX