PathIconSource
PathIconSource
PathIconSource
PathIconSource
Class
Definition
Represents an icon source that uses a vector path as its content.
public : class PathIconSource : IconSource
struct winrt::Windows::UI::Xaml::Controls::PathIconSource : IconSource
public class PathIconSource : IconSource
Public Class PathIconSource Inherits IconSource
<PathIconSource .../>
- Inheritance
-
PathIconSourcePathIconSourcePathIconSourcePathIconSource
- Attributes
Windows 10 requirements
Device family |
Windows 10 Fall Creators Update (introduced v10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Remarks
PathIconSource is similar to PathIcon. However, because it is not a FrameworkElement, it can be shared.
Constructors
PathIconSource() PathIconSource() PathIconSource() PathIconSource() |
Initializes a new instance of the PathIconSource class. |
Properties
Data Data Data Data |
Gets or sets a Geometry that specifies the shape to be drawn. In XAML. this can also be set using a string that describes Move and draw commands syntax. |
DataProperty DataProperty DataProperty DataProperty |
Identifies the Data dependency property. |
Dispatcher Dispatcher Dispatcher Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) |
Foreground Foreground Foreground Foreground |
Gets or sets a brush that describes the foreground color. (Inherited from IconSource) |
ForegroundProperty ForegroundProperty ForegroundProperty ForegroundProperty |
Identifies the Foreground dependency property. (Inherited from IconSource) |
Methods
Feedback
Loading feedback...