Class AdditionalInformation
A combination of label and value used for showing additional information in the about dialog.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class AdditionalInformation : DependencyObject
Fields
View SourceLabelProperty
Identifies the Label dependency property.
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
View SourceLabel
Gets or sets the label of the additional information.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the value of the additional information
Declaration
[SuppressMessage("Naming", "CA1721:Property names should not match get methods", Justification = "DependencyProperty with name Value is OK")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |