Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
Offset Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > FragmentCommandBitmapEffect Class : Offset Property





Gets or sets the value that indicates the number of pixels the copied image is shifted.

Syntax

Visual Basic (Declaration) 
Public Property Offset As Integer
Visual Basic (Usage)Copy Code
Dim instance As FragmentCommandBitmapEffect
Dim value As Integer
 
instance.Offset = value
 
value = instance.Offset
C# 
public int Offset {get; set;}
Managed Extensions for C++ 
public: __property int get_Offset();
public: __property void set_Offset( 
   int value
);
C++/CLI 
public:
property int Offset {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Offset =int >

Dependency Property Information 

Identifier field

OffsetProperty

Metadata properties set to true

None

Return Value

Value that indicates the number of pixels the copied image is shifted.

Example

For XAML example, refer to FragmentCommandBitmapEffect.

For C#/VB examples, refer to FragmentCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also