replace PictureFrame with custom ImageView control in UWT for enhanced features
This commit is contained in:
parent
6f6488fb8e
commit
1b93e21699
@ -33,7 +33,7 @@ namespace UniversalEditor.UserInterface.Panels
|
||||
private Button cmdOpenExistingProject;
|
||||
private Container ctHeaderImage;
|
||||
private Container ctHeaderText;
|
||||
private PictureFrame imgHeader;
|
||||
private ImageView imgHeader;
|
||||
private Label lblHeader;
|
||||
private Label lblNewsTitle;
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ namespace UniversalEditor.Plugins.Multimedia.UserInterface.Editors.Multimedia.Pi
|
||||
public List<byte> AnimationFrames { get; } = new List<byte>();
|
||||
|
||||
private NumericTextBox txtFrameIndex;
|
||||
private PictureFrame pic;
|
||||
private ImageView pic;
|
||||
|
||||
public PictureCollectionObjectModel PictureCollection { get; set; } = null;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user