NoesisGUI

MarkupExtension Class

namespace Noesis | MSDN

Provides a base class for XAML markup extension implementations.

Markup extensions return objects in a more sophisticated way than type converters alone can accomplish. Markup extensions use the known character sequence of an opening curly brace { to enter the markup extension scope, and a closing curly brace } to exit.

<Path Fill="{StaticResource GlyphBrush}"
      Data="{Binding Path=Content, RelativeSource={RelativeSource TemplatedParent}}"/>

Properties

MarkupExtension has no properties

Attached Properties

MarkupExtension has no attached properties

Methods

Name Description
 ProvideValue(provider) Returns an object that is provided as the value of the target property for this extension

Events

MarkupExtension has no events

© 2017 Noesis Technologies