|
@@ -32,7 +32,9 @@
|
|
|
VerticalAlignment = "{Binding VerticalAlignment, RelativeSource={RelativeSource TemplatedParent}}"
|
|
VerticalAlignment = "{Binding VerticalAlignment, RelativeSource={RelativeSource TemplatedParent}}"
|
|
|
HorizontalAlignment = "{Binding HorizontalAlignment, RelativeSource={RelativeSource TemplatedParent}}"
|
|
HorizontalAlignment = "{Binding HorizontalAlignment, RelativeSource={RelativeSource TemplatedParent}}"
|
|
|
Foreground="{Binding Foreground, RelativeSource={RelativeSource TemplatedParent}}"
|
|
Foreground="{Binding Foreground, RelativeSource={RelativeSource TemplatedParent}}"
|
|
|
- Text="{Binding Text, RelativeSource={RelativeSource TemplatedParent}}" />
|
|
|
|
|
|
|
+ Text="{Binding Text, RelativeSource={RelativeSource TemplatedParent}}"
|
|
|
|
|
+ TextTrimming="CharacterEllipsis"
|
|
|
|
|
+ />
|
|
|
</Border>
|
|
</Border>
|
|
|
</ControlTemplate>
|
|
</ControlTemplate>
|
|
|
</Setter>
|
|
</Setter>
|