This repository has been archived on 2025-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
xerobrowser/packages/Bunifu.UI.WinForms.5.3.0/lib/net40/Bunifu.UI.WinForms.BunifuRating.xml
2023-02-20 23:24:10 +13:00

228 lines
8.8 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Bunifu.UI.WinForms.BunifuRating</name>
</assembly>
<members>
<member name="T:Bunifu.UI.WinForms.BunifuRating">
<summary>
Add awesome rating inputs with tons of
customization options and UI enhancements.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.#ctor">
<summary>
Initializes a new instance of <see cref="T:Bunifu.UI.WinForms.BunifuRating"/> control.
</summary>
</member>
<member name="T:Bunifu.UI.WinForms.BunifuRating.RatingShapes">
<summary>
Provides a list of supported rating shapes.
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuRating.RatingShapes.Star">
<summary>
Represents a star shape.
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuRating.RatingShapes.Circle">
<summary>
Represents a circular shape.
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuRating.RatingShapes.Square">
<summary>
Represents a square shape.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ReadOnly">
<summary>
Gets or sets a value indicating whether
the rating is in read-only mode.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.RightClickToClear">
<summary>
Gets or sets a value indicating whether
the rating will be cleared after right-clicking it.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.Value">
<summary>
Gets or sets the current rating value.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.Maximum">
<summary>
Gets or sets the maximum rating count.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.OuterRadius">
<summary>
Gets or sets the rating's shape radius.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.InnerRadius">
<summary>
Gets or sets the inner radius of the star shape.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.Spacing">
<summary>
Gets or sets the spacing between rating shapes.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.BorderThickness">
<summary>
Gets or sets the border thickness of rating shapes.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.Shape">
<summary>
Gets or sets the rating shape style.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.DisabledEmptyFillColor">
<summary>
Gets or sets the fill color of
unrated shapes when disabled.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.DisabledRatedFillColor">
<summary>
Gets or sets the fill color of
rated shapes when disabled.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.EmptyFillColor">
<summary>
Gets or sets the fill color of unrated shapes.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.EmptyBorderColor">
<summary>
Gets or sets the border color of unrated shapes.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.HoverFillColor">
<summary>
Gets or sets the fill color of
rating shapes on hover.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.HoverBorderColor">
<summary>
Gets or sets the border color
of rating shapes on hover.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.RatedFillColor">
<summary>
Gets or sets the fill color of rated shapes.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.RatedBorderColor">
<summary>
Gets or sets the border color of the rated shapes.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.Clear">
<summary>
Clears the current rating.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.Reset">
<summary>
Resets the current rating.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.ResizeControl">
<summary>
Resizes the ratings within their drawing surface.
</summary>
</member>
<member name="E:Bunifu.UI.WinForms.BunifuRating.ValueChanged">
<summary>
Occurs when the rating value has been changed.
</summary>
</member>
<member name="E:Bunifu.UI.WinForms.BunifuRating.ValueHovered">
<summary>
Occurs when a rating value has been hovered onto.
</summary>
</member>
<member name="T:Bunifu.UI.WinForms.BunifuRating.ValueHoveredEventArgs">
<summary>
Provides data for the <see cref="E:Bunifu.UI.WinForms.BunifuRating.ValueHovered"/> event.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.ValueHoveredEventArgs.#ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Provides data for the <see cref="E:Bunifu.UI.WinForms.BunifuRating.ValueHovered"/> event.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ValueHoveredEventArgs.Focused">
<summary>
Gets a value indicating whether
the rating has mouse input focus.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ValueHoveredEventArgs.Maximum">
<summary>
Gets the maximum rating selectable.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ValueHoveredEventArgs.CurrentValue">
<summary>
Gets the current rating value.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ValueHoveredEventArgs.HoveredValue">
<summary>
Gets the hovered onto rating value.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ValueHoveredEventArgs.Position">
<summary>
Gets the hovered rating position.
</summary>
</member>
<member name="T:Bunifu.UI.WinForms.BunifuRating.ValueChangedEventArgs">
<summary>
Provides data for the <see cref="E:Bunifu.UI.WinForms.BunifuRating.ValueChanged"/> event.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.ValueChangedEventArgs.#ctor(System.Int32,System.Int32)">
<summary>
Provides data for the <see cref="E:Bunifu.UI.WinForms.BunifuRating.ValueChanged"/> event.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ValueChangedEventArgs.Maximum">
<summary>
Gets the maximum rating selectable.
</summary>
</member>
<member name="P:Bunifu.UI.WinForms.BunifuRating.ValueChangedEventArgs.Value">
<summary>
Gets the applied rating value.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.BunifuRatingActionList.GetSortedActionItems">
<summary>
Implementation of this abstract method creates Smart Tag items,
associates their targets, and collects them into a list.
</summary>
</member>
<member name="F:Bunifu.UI.WinForms.BunifuRating.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Bunifu.UI.WinForms.BunifuRating.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
</members>
</doc>