eDriven Framework API
SetProperty Class
NamespaceseDriven.Gui.StatesSetProperty
eDriven Framework API
SetProperty class is used in style overrides
Declaration Syntax
C#Visual BasicVisual C++
public class SetProperty : OverrideBase
Public Class SetProperty _
	Inherits OverrideBase
public ref class SetProperty : public OverrideBase
Members
All MembersConstructorsMethodsFields



IconMemberDescription
SetProperty(Object, String, Object)
Sets the value of the property on target

SetProperty(String, Object)
Sets the value of the property on parent

Applied (Inherited from OverrideBase.)
Apply(Component)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMember(Object, Component, String)
Gets the targeted member based on the folowing logic: If target is supplied - as object - get its member using name If target is supplied - as string - find a target (object) and then get its member using name If target is not supplied - get the member on parent using name
(Inherited from OverrideBase.)
GetTarget(Object, Component)
Returns the target based on the folowing logic: If target is supplied - as object - return it If target is supplied - as string - find a target (object) and return it If target is not supplied - get the parent object
(Inherited from OverrideBase.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Initialize()()()()
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
Property name

Remove(Component)
Target
The target

ToString()()()() (Overrides Object.ToString()()()().)
Value
New value

Inheritance Hierarchy
Object
OverrideBase
 SetProperty

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)