- Assembly
- Comet
.dll - Namespace
- Comet
.Controls - Base Types
-
- ContentControl
graph BT
Type-->Base0["ContentControl"]
Type["SlidableListItem"]
class Type type-node
Syntax
public class SlidableListItem : ContentControl
Attributes
Type | Description |
---|---|
Template |
|
Template |
|
Template |
|
Template |
Constructors
Name | Summary |
---|---|
SlidableListItem |
Events
Name | Type | Summary |
---|---|---|
LeftCommandRequested | EventHandler | |
Right |
EventHandler |
Fields
Name | Constant Value | Summary |
---|---|---|
Activation |
static
|
|
Left |
static
|
|
LeftCommandProperty |
static
|
|
Left |
static
|
|
LeftIconProperty |
static
|
|
LeftLabelProperty |
static
|
|
Mouse |
static
|
|
Right |
static
|
|
RightCommandProperty |
static
|
|
Right |
static
|
|
RightIconProperty |
static
|
|
RightLabelProperty |
static
|
Properties
Name | Value | Summary |
---|---|---|
ActivationWidth | double | |
LeftBackground | Brush | |
LeftCommand | ICommand | |
LeftForeground | Brush | |
LeftIcon | Symbol | |
LeftLabel | string | |
MouseSlidingEnabled | bool | |
RightBackground | Brush | |
RightCommand | ICommand | |
RightForeground | Brush | |
RightIcon | Symbol | |
RightLabel | string |
Methods
Name | Value | Summary |
---|---|---|
OnApplyTemplate |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|