-
-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Control #517
Image Control #517
Conversation
@@ -41,10 +41,13 @@ | |||
<controls:GalleryControlPresenter | |||
Grid.Row="0" | |||
Margin="0" | |||
CodeText="<Image Height="100" Source="Assets\MyImage.jpg" />" | |||
HeaderText="A basic Image from a local file"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd recommend leaving the default Image
and adding a second one below, ui:Image
, to show that there is a choice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be better to expand the Gallery, not replace the currently shown example
Implements a
ui:Image
Control with CornerRadius, BorderThickness, BorderBrush and BackgroundPull request type
Please check the type of change your PR introduces:
What is the current behavior?
No easy way for an image with rounded corners.
What is the new behavior?
ui:Image
gives access all Image properties with border and corner properties.For Transparent Images, you can set
Background
to fill the transparencyOther information