StyleBase.BackgroundRepeat Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.