Class StageScrollerItem
Inheritance
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[TemplatePart(Name = "PART_ContentSite", Type = typeof(ContentControl))]
public class StageScrollerItem : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Fields
View SourceContentProperty
The DependencyProperty for Content
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
ContentShadowBrushProperty
The DependencyProperty for ContentShadowBrush
Declaration
public static readonly DependencyProperty ContentShadowBrushProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
LeftTargetsProperty
The DependencyProperty of LeftTargets
Declaration
public static readonly DependencyProperty LeftTargetsProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
RightTargetsProperty
The DependencyProperty of RightTargets
Declaration
public static readonly DependencyProperty RightTargetsProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
SideBrushProperty
The DependencyProperty of SideBrush
Declaration
public static readonly DependencyProperty SideBrushProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
SideContentWidthProperty
The DependencyProperty for SideContentWidth
Declaration
public static readonly DependencyProperty SideContentWidthProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
SideShadowBrushProperty
The DependencyProperty for SideShadowBreBrush
Declaration
public static readonly DependencyProperty SideShadowBrushProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
SlideLeftCommandProperty
The DependencyProperty for SlideLeftCommand
Declaration
public static readonly DependencyProperty SlideLeftCommandProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
SlideRightCommandProperty
The DependencyProperty for SlideRightCommand
Declaration
public static readonly DependencyProperty SlideRightCommandProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceContent
Gets or sets the Content of a StageScrollerItem
Declaration
public IStageScrollerItem Content { get; set; }
Property Value
| Type | Description |
|---|---|
| IStageScrollerItem |
ContentShadowBrush
Gets or sets the content shadow brush.
Declaration
public Brush ContentShadowBrush { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
ItemIndex
Gets or stes the ItemIndex
Declaration
public int ItemIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LeftTargets
Gets or stes the LeftTargets
Declaration
public IEnumerable<NavigationTarget> LeftTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<NavigationTarget> |
RightTargets
Gets or stes the RightTargets
Declaration
public IEnumerable<NavigationTarget> RightTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<NavigationTarget> |
SideBrush
Gets or sets the Brush of the Side Area
Declaration
public Brush SideBrush { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
SideContentWidth
Gets or stes the SideContentWidth
Declaration
public double SideContentWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
SideShadowBrush
Gets or sets the side shadow bre brush.
Declaration
public Brush SideShadowBrush { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
SlideLeftCommand
gets or sets the slight left command
Declaration
public ICommand SlideLeftCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand |
SlideRightCommand
gets or sets the slide right command
Declaration
public ICommand SlideRightCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand |
StringToResourceConverter
Converter to convert a string to a Resource
Declaration
public static IValueConverter StringToResourceConverter { get; }
Property Value
| Type | Description |
|---|---|
| IValueConverter |
Methods
View SourceOnApplyTemplate()
Is invoked whenever application code or internal processes call ApplyTemplate().
Declaration
public override void OnApplyTemplate()