The Inline Card places the image behind the content and provides several options to create striking designs. Inherits from StyledView > PancakeView Properties PropertyTypeDescription AdditionalContentobjectThe text or controls to add to the content of the card. If text is provided it will be converted to paragraphs based on line breaks. BackgroundMaskstringThe URL or name of the image to use for the mask. BackgroundMaskColordoubleThe color to use to tint the mask. BackgroundMaskOpacitydoubleThe opacity to use for the mask. BorderThicknessfloatThe thickness of the border. BorderColorColorThe color of the border. CardRatiostringDetermines the size of the image based on the width of the parent container. The format is height:width with a default of 4:3. CommandICommandThe command to use when the card is clicked. CommandParameterobjectThe parameters to set to the command when clicked. DescriptionLeftobjectThe text or controls to place in the left description. DescriptionRightobjectThe text or controls to place in the right description. ElevationintThe Material Design elevation desired. HasShadowboolDetermines if a shadow should be shown behind the card. ImagestringThe URL of the image. ImageLocationVerticalAlignmentDetermines where the image should be placed on the card. (Top, Bottom) ImageOpactitydoubleThe opacity of the image. ImageSaturationdoubleThe saturation of the image. TagstringThe text for the card's tag. TagBackgroundColorColorThe background color of the tag. TagTextColorColorThe text color of the tag. TaglinestringThe text to display for the tag line. TaglineJustificationHorizontalAlignmentThe text alignment for the tagline. (Left, Right, Center) TitlestringThe text to display for the title. TitleMaxLinesintThe maximum number of lines the title can be (default 2). TitleJustificationHorizontalAlignmentThe text alignment for the title (Left, Right, Center)