BackgroundSize Property (FlexContainer)

Action

Gets the percentage to change the image size to for the specified backgroundImage.

A value of 100% stretches the image to fit the entire component. To specify a percentage value, you must include the percent sign (%). The default for the Application container is 100%. The default value for all other containers is auto, which maintains the original size of the image.

Syntax

C#
protected String backgroundSize { get; }
VB
'Declaration
Protected Read Property backgroundSize As String

Access

Read only.