NullableBoolExtension Class

Definition

Custom Windows.UI.Xaml.Markup.MarkupExtension which can provide nullable bool values. See https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/17767198-nullable-dependency-properties.

[Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(System.Nullable<System.Boolean>))]
public class NullableBoolExtension : Windows.UI.Xaml.Markup.MarkupExtension
[<Windows.UI.Xaml.Markup.MarkupExtensionReturnType(ReturnType=typeof(System.Nullable<System.Boolean>))>]
type NullableBoolExtension = class
    inherit MarkupExtension
Public Class NullableBoolExtension
Inherits MarkupExtension
Inheritance
Windows.UI.Xaml.Markup.MarkupExtension
NullableBoolExtension
Attributes
Windows.UI.Xaml.Markup.MarkupExtensionReturnTypeAttribute

Constructors

NullableBoolExtension()

Properties

IsNull

Gets or sets a value indicating whether the value should be null. Overrides the Value property.

Value

Gets or sets a value indicating whether the value of the Boolean is true. Ignored if IsNull is true.

Methods

ProvideValue()

Applies to