mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 23:39:29 +02:00
- Rename src to _src
This commit is contained in:
@@ -0,0 +1,581 @@
|
||||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Slider
|
||||
id: Slider
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
children:
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
- DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Slider
|
||||
nameWithType: Slider
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Slider
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nRepresents a slider control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public sealed class Slider : Element'
|
||||
content.vb: >-
|
||||
Public NotInheritable Class Slider
|
||||
|
||||
Inherits Element
|
||||
inheritance:
|
||||
- System.Object
|
||||
- DesktopMagicPluginAPI.Inputs.Element
|
||||
inheritedMembers:
|
||||
- DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- System.Object.Equals(System.Object)
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetHashCode
|
||||
- System.Object.GetType
|
||||
- System.Object.MemberwiseClone
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
- System.Object.ToString
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- sealed
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- NotInheritable
|
||||
- Class
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
id: Maximum
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Maximum
|
||||
nameWithType: Slider.Maximum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Maximum
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the maximum value for the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public double Maximum { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Double
|
||||
content.vb: Public ReadOnly Property Maximum As Double
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.Maximum*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
id: Minimum
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Minimum
|
||||
nameWithType: Slider.Minimum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Minimum
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the minimum value for the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public double Minimum { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Double
|
||||
content.vb: Public ReadOnly Property Minimum As Double
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.Minimum*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
commentId: P:DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
id: Value
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Value
|
||||
nameWithType: Slider.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: Value
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nGets or sets the value assigned to the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> element.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public double Value { get; set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Double
|
||||
content.vb: Public Property Value As Double
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.Value*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Slider.#ctor(System.Double,System.Double,System.Double)
|
||||
id: '#ctor(System.Double,System.Double,System.Double)'
|
||||
parent: DesktopMagicPluginAPI.Inputs.Slider
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Slider(Double, Double, Double)
|
||||
nameWithType: Slider.Slider(Double, Double, Double)
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Slider(System.Double, System.Double, System.Double)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: src/DesktopMagicPluginAPI/Inputs/Slider.cs
|
||||
branch: develop
|
||||
repo: https://github.com/Stone-Red-Code/DesktopMagic.git
|
||||
id: .ctor
|
||||
path: Inputs/Slider.cs
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- DesktopMagicPluginAPI
|
||||
namespace: DesktopMagicPluginAPI.Inputs
|
||||
summary: "\nInitializes a new instance of the <xref href=\"DesktopMagicPluginAPI.Inputs.Slider\" data-throw-if-not-resolved=\"false\"></xref> class with the provided <code data-dev-comment-type=\"paramref\" class=\"paramref\">min</code> value, <code data-dev-comment-type=\"paramref\" class=\"paramref\">max</code> value and <code data-dev-comment-type=\"paramref\" class=\"paramref\">value</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public Slider(double min, double max, double value = 0)
|
||||
parameters:
|
||||
- id: min
|
||||
type: System.Double
|
||||
description: The maximum value for the <xref href="DesktopMagicPluginAPI.Inputs.Slider" data-throw-if-not-resolved="false"></xref> element.
|
||||
- id: max
|
||||
type: System.Double
|
||||
description: The minimum value for the <xref href="DesktopMagicPluginAPI.Inputs.Slider" data-throw-if-not-resolved="false"></xref> element.
|
||||
- id: value
|
||||
type: System.Double
|
||||
description: The value assigned to the <xref href="DesktopMagicPluginAPI.Inputs.Slider" data-throw-if-not-resolved="false"></xref> element.
|
||||
content.vb: Public Sub New(min As Double, max As Double, value As Double = 0)
|
||||
overload: DesktopMagicPluginAPI.Inputs.Slider.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: DesktopMagicPluginAPI.Inputs
|
||||
commentId: N:DesktopMagicPluginAPI.Inputs
|
||||
name: DesktopMagicPluginAPI.Inputs
|
||||
nameWithType: DesktopMagicPluginAPI.Inputs
|
||||
fullName: DesktopMagicPluginAPI.Inputs
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Element
|
||||
parent: DesktopMagicPluginAPI.Inputs
|
||||
name: Element
|
||||
nameWithType: Element
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
commentId: E:DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: OnValueChanged
|
||||
nameWithType: Element.OnValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.OnValueChanged
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
commentId: M:DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
parent: DesktopMagicPluginAPI.Inputs.Element
|
||||
name: ValueChanged()
|
||||
nameWithType: Element.ValueChanged()
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged()
|
||||
spec.csharp:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
name: ValueChanged
|
||||
nameWithType: Element.ValueChanged
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Element.ValueChanged
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: Object.Equals(Object)
|
||||
fullName: System.Object.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: Equals(Object, Object)
|
||||
nameWithType: Object.Equals(Object, Object)
|
||||
fullName: System.Object.Equals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.Equals(System.Object,System.Object)
|
||||
name: Equals
|
||||
nameWithType: Object.Equals
|
||||
fullName: System.Object.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetHashCode
|
||||
commentId: M:System.Object.GetHashCode
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: Object.GetHashCode()
|
||||
fullName: System.Object.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: Object.GetHashCode
|
||||
fullName: System.Object.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.GetType
|
||||
commentId: M:System.Object.GetType
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: GetType()
|
||||
nameWithType: Object.GetType()
|
||||
fullName: System.Object.GetType()
|
||||
spec.csharp:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.GetType
|
||||
name: GetType
|
||||
nameWithType: Object.GetType
|
||||
fullName: System.Object.GetType
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.MemberwiseClone
|
||||
commentId: M:System.Object.MemberwiseClone
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: MemberwiseClone()
|
||||
nameWithType: Object.MemberwiseClone()
|
||||
fullName: System.Object.MemberwiseClone()
|
||||
spec.csharp:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.MemberwiseClone
|
||||
name: MemberwiseClone
|
||||
nameWithType: Object.MemberwiseClone
|
||||
fullName: System.Object.MemberwiseClone
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ReferenceEquals(Object, Object)
|
||||
nameWithType: Object.ReferenceEquals(Object, Object)
|
||||
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
name: ReferenceEquals
|
||||
nameWithType: Object.ReferenceEquals
|
||||
fullName: System.Object.ReferenceEquals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Object.ToString
|
||||
commentId: M:System.Object.ToString
|
||||
parent: System.Object
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: Object.ToString()
|
||||
fullName: System.Object.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.Object.ToString
|
||||
name: ToString
|
||||
nameWithType: Object.ToString
|
||||
fullName: System.Object.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider
|
||||
commentId: T:DesktopMagicPluginAPI.Inputs.Slider
|
||||
name: Slider
|
||||
nameWithType: Slider
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Maximum*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
name: Maximum
|
||||
nameWithType: Slider.Maximum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Maximum
|
||||
- uid: System.Double
|
||||
commentId: T:System.Double
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Double
|
||||
nameWithType: Double
|
||||
fullName: System.Double
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Minimum*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
name: Minimum
|
||||
nameWithType: Slider.Minimum
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Minimum
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.Value*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
name: Value
|
||||
nameWithType: Slider.Value
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Value
|
||||
- uid: DesktopMagicPluginAPI.Inputs.Slider.#ctor*
|
||||
commentId: Overload:DesktopMagicPluginAPI.Inputs.Slider.#ctor
|
||||
name: Slider
|
||||
nameWithType: Slider.Slider
|
||||
fullName: DesktopMagicPluginAPI.Inputs.Slider.Slider
|
||||
Reference in New Issue
Block a user