CrispImageWithCount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A CrispImage that optionally displays an adjacent bubble with a count
public ref class CrispImageWithCount : System::Windows::Controls::Control
public class CrispImageWithCount : System.Windows.Controls.Control
type CrispImageWithCount = class
inherit Control
Public Class CrispImageWithCount
Inherits Control
- Inheritance
-
CrispImageWithCount
Constructors
CrispImageWithCount() |
Fields
BubbleBackgroundProperty |
The brush to be used for the interior of the Count bubble. |
BubbleBorderBrushProperty |
The brush to be used for the border of the Count bubble. |
BubbleBorderThicknessProperty |
The thickness to be used for the border of the Count bubble. |
BubbleForegroundProperty |
The brush to be used for the interior of the Count bubble. |
CountProperty |
The number that is displayed in the bubble. If the value is zero, the bubble is not displayed |
GrayscaleProperty | |
ImageHeightProperty |
The height of the image |
ImageWidthProperty |
The width of the image |
MaxCountProperty |
The largest number that is displayed in the bubble. If Count is greater than MaxCount, then a "+" is appended to MaxCount and the resulting string is displayed in the bubble. |
MonikerProperty |
The moniker to use when loading the CrispImage's image from the image library |
VerticalBubbleAlignmentProperty |
The vertical alignment of the Count bubble. |
Properties
BubbleBackground | |
BubbleBorderBrush | |
BubbleBorderThickness | |
BubbleForeground | |
Count | |
Grayscale | |
ImageHeight | |
ImageWidth | |
MaxCount | |
Moniker | |
VerticalBubbleAlignment |