[]
Represents an icon created from an svg file.
public class C1SvgIcon : C1Icon, IDependencyObject, ICloneable
Public Class C1SvgIcon
Inherits C1Icon
Implements IDependencyObject, ICloneable
| Name | Description |
|---|---|
| C1SvgIcon(Context) | Initializes a new instance of the C1SvgIcon class. |
| C1SvgIcon(Context, IAttributeSet) | Initializes a new instance of the C1SvgIcon class. |
| C1SvgIcon(Context, IAttributeSet, int) | Initializes a new instance of the C1SvgIcon class. |
| C1SvgIcon(nint, JniHandleOwnership) |
| Name | Description |
|---|---|
| SourceProperty | Identifies the Source dependency property. |
| Name | Description |
|---|---|
| Source | Gets or sets the image source. |
| ViewBox | Gets the viewBox of the svg file. |
| Name | Description |
|---|---|
| Clone() | Creates a copy of the icon. |
| CloneOverride() | When overridden, it creates a copy of the icon. |
| Dispose(bool) | |
| Draw(Canvas) | |
| GetIntrinsicIconSize() | Gets the intrinsic size of the icon. |
| OnAttachedToWindow() | |
| OnDetachedFromWindow() | |
| OnForegroundChanged() | Called when the foreground changed. |
| OnLayout(bool, int, int, int, int) |