The C1Binding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1Binding()()()() |
Initializes a new instance of a C1Binding.
|
|
|
C1Binding(String) |
Initializes a new instance of a C1Binding.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
ProvideValue |
Returns an object that is provided as the value of the target property
for this markup extension.
(Overrides MarkupExtension..::..ProvideValue(IServiceProvider).) |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Expression |
Gets or sets the expression used to calculate the binding value.
|
|
|
FallbackValue |
Gets or sets the value to use when the binding is unable to return a value.
|
|
|
StringFormat |
Gets or sets a string that specifies how to format the binding value.
|
|
|
TargetNullValue |
Gets or sets the value that is used in the target when the value of the source is null.
|