StyleBase.BackgroundRepeat Field

Definition

Specifies how the background image should repeat to fill the available space

protected: System::String ^ BackgroundRepeat;
protected const string BackgroundRepeat;
val mutable BackgroundRepeat : string
Protected Const BackgroundRepeat As String 

Field Value

Remarks

Valid values are: Repeat (Default), NoRepeat, RepeatX, or RepeatY.

Applies to