Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property int Offset {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Offset =int >

Dependencies Property Information 

Identifier field

OffsetProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Offset =int >

Dependencies 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, Windows Server 2008 family

See Also