'Declaration Public Enum BackgroundRepeatType Inherits System.Enum
public enum BackgroundRepeatType : System.Enum
'Declaration Public Enum BackgroundRepeatType Inherits System.Enum
public enum BackgroundRepeatType : System.Enum
Member | Description |
---|---|
Clip | Clip the image to the available space. |
Default | Treated as Fit within Chart and as Repeat elsewhere. |
Fit | Stretch the image to fill the available space. Allowed only within Chart. |
Repeat | Repeat the image both horizontally and vertically to fill the available space. |
RepeatX | Repeat the image horizontally to fill the available space. Not allowed within Chart. |
RepeatY | Repeat the image horizontally to fill the available space. Not allowed within Chart. |
System.Object
System.ValueType
System.Enum
C1.C1Rdl.Rdl2008.BackgroundRepeatType