@@ -13884,11 +13884,91 @@
1388413884 Gets or sets the child content of the component.
1388513885 </summary>
1388613886 </member>
13887+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaption.Fixed">
13888+ <summary>
13889+ Gets or sets a value indicating whether the caption is fixed to the bottom of the slideshow item.
13890+ </summary>
13891+ </member>
13892+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaption.MaxWidth">
13893+ <summary>
13894+ Gets or sets the maximum width, in pixels, that the component can occupy.
13895+ </summary>
13896+ </member>
1388713897 <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaption.Css">
1388813898 <summary>
1388913899 Gets the css classes to use.
1389013900 </summary>
1389113901 </member>
13902+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaption.InternalStyle">
13903+ <summary>
13904+ Gets the computed CSS style string for the component, including any maximum width constraints.
13905+ </summary>
13906+ <remarks>This property is intended for internal use to generate the final style attribute value based
13907+ on the component's configuration. It should not be accessed directly from outside the class.</remarks>
13908+ </member>
13909+ <member name="T:FluentUI.Blazor.Community.Components.SlideshowCaptionText">
13910+ <summary>
13911+ Represents a configurable text component for displaying descriptive content within a slideshow, allowing
13912+ customization of text, color, font, and layout styles.
13913+ </summary>
13914+ <remarks>Use this component to present descriptive or explanatory text in a slideshow interface. The
13915+ appearance of the text can be customized using standard CSS style values for color, font family, font size, font
13916+ weight, letter spacing, line height, and margin. All style-related properties accept valid CSS values as strings. If
13917+ a property is not set, a default value is applied as specified in each property's documentation.</remarks>
13918+ </member>
13919+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.Text">
13920+ <summary>
13921+ Gets or sets the text to display in the description area of the slideshow.
13922+ </summary>
13923+ </member>
13924+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.Color">
13925+ <summary>
13926+ Gets or sets the CSS color value to apply to the component's content.
13927+ </summary>
13928+ <remarks>If not set, the default color is "white". Accepts any valid CSS color string, such as a named
13929+ color (e.g., "red"), a hex code (e.g., "#FF0000"), or an RGB/RGBA value.</remarks>
13930+ </member>
13931+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.FontFamily">
13932+ <summary>
13933+ Gets or sets the CSS font family to apply to the component's text.
13934+ </summary>
13935+ </member>
13936+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.FontSize">
13937+ <summary>
13938+ Gets or sets the CSS font size to apply to the component's content.
13939+ </summary>
13940+ <remarks>The value should be a valid CSS font-size string, such as "16px", "1.5em", or "large". If not
13941+ set, the default value is "24px".</remarks>
13942+ </member>
13943+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.FontWeight">
13944+ <summary>
13945+ Gets or sets the font weight to apply to the text content.
13946+ </summary>
13947+ <remarks>Accepts standard CSS font-weight values, such as numeric values (e.g., "400", "700") or
13948+ keywords (e.g., "normal", "bold"). The default value is "400".</remarks>
13949+ </member>
13950+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.LetterSpacing">
13951+ <summary>
13952+ Gets or sets the CSS letter-spacing value to apply to the element's text content.
13953+ </summary>
13954+ </member>
13955+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.LineHeight">
13956+ <summary>
13957+ Gets or sets the line height value for the element.
13958+ </summary>
13959+ </member>
13960+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.Margin">
13961+ <summary>
13962+ Gets or sets the margin value to apply, typically used to define spacing around an element.
13963+ </summary>
13964+ </member>
13965+ <member name="P:FluentUI.Blazor.Community.Components.SlideshowCaptionText.InternalStyle">
13966+ <summary>
13967+ Gets the computed CSS style string based on the current style-related property values.
13968+ </summary>
13969+ <remarks>This property combines individual style settings, such as color, font, and spacing, into a
13970+ single CSS style string. It is intended for internal use when rendering elements with dynamic styles.</remarks>
13971+ </member>
1389213972 <member name="T:FluentUI.Blazor.Community.Components.SlideshowImage`1">
1389313973 <summary>
1389413974 Represents the image inside a <see cref="T:FluentUI.Blazor.Community.Components.FluentCxSlideshow`1"/>.
0 commit comments