xtd 0.2.0
Loading...
Searching...
No Matches

◆ loading_indicator_style() [1/2]

virtual xtd::forms::loading_indicator_style xtd::forms::loading_indicator::loading_indicator_style ( ) const
virtualnoexcept

Gets the flat style appearance of the loading_indicator control.

Returns
One of the xtd::forms::loading_indicator_style values. The default value is xtd::forms::loading_indicator_style::standard.
Remarks
When the loading_indicator_style property is set to xtd::forms::loading_indicator_style::system, any values assigned to the image_list, image, image_index, and image_align properties are ignored. In addition, the text_align property ignores any property values that are not vertical property settings. Horizontally aligned settings of the text_align property are aligned to the top of the control. For example, if you set the text_align property to content_alignment::top_center, content_alignment::middle_center, or content_alignment::bottom_center, when the loading_indicator_style property is set to xtd::forms::loading_indicator_style::system, the text in the loading_indicator control will be aligned to the top and center locations within the bounds of the control.