Skip to content

Attributes

NameUse
GeometryGeometry
WidthIcon Width
HeightIcon Height

Use Cases

Geometry Geometric shape

xml
<StackPanel Width="200" VerticalAlignment="Center">
    <Button Content="Button" HorizontalAlignment="Stretch"/>
    <Button Content="Button" hc:IconElement.Geometry="{StaticResource CalendarGeometry}" HorizontalAlignment="Stretch" Margin="0,10,0,0"/>
</StackPanel>

IconElement.Geometry

Released under the MIT License.